File: Changes

package info (click to toggle)
libio-tee-perl 0.66-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: perl: 178; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,918 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Revision history for Perl module IO::Tee.

0.66 2020-08-19 NEILB
    - Fix to the testsuite for Windows, so now it passes.
      Thanks to IKEGAMI

0.65_01 2020-08-16 NEILB
    - A fix to the Windows tests, proposed suggested by IKEGAMI.
      CPAN Testers has been mainly reporting fails, so hoping this
      helps turn things green! Thanks Eric.

0.65 2017-08-16 NEILB
    - Added "use warnings", changed "use vars ..." to our $VERSION, etc.
    - Switched to Dist::Zilla
    - Link to the github repo in the pod doc.
    - Changed README to a short overview of module, how to install, etc
    - Moved original testsuite test.pl to t/original.t
    - Moved Tee.pm to lib/IO/Tee.pm
    - Changed the order of entries in Changes to be newest to oldest.

0.64  2001-03-10
    - Fixed: output_field_separator, output_record_separator,
      input_record_separator, format_line_break_characters, and
      format_formfeed are not supported on a per-handle basis
    - Applied long overdue patch to make IO::Tee work with Perl 5.6.
      (Thanks to Tim Jenness)

0.63  1998-11-06
    - Fixed test.pl problem on Win32 -- files need to be closed
      before being unlinked. (Thanks to Mike Blazer)

0.62  1998-04-20
    - Fixed the "untie attempted" warning when destroying IO::Tee
      objects with warnings on. (Thanks to Jochen Wiedmann)  Also
      fixed the "use of uninitialized value" warning when calling
      IO::Tee::sysread with the offset argument omitted.

0.61  1998-04-11
    - Added handling of input handles. (Thanks to Jochen Wiedmann)

0.60  1998-03-04
    - Added a bunch of proxy methods; the object returned by new()
      is a glob ref to a tied handle whose associated object is an
      array ref which is the same array ref as is obtained by
      casting the glob ref to an array ref.

0.50  1997-07-24
    - First release.

0.01  1997-07-24
        - Original version; created by h2xs 1.18.