File: Changes

package info (click to toggle)
libfile-tee-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 4
  • sloc: perl: 296; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (3)
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
Revision history for Perl extension File::Tee.

0.07  Nov 4, 2011
        - set process name on child processes to indicate it is inside
          File::Tee
        - remove "only used once warning"
        - tests were failing on overloaded machines due to too tight
          timeouts

0.06  Jun 8, 2010
        - ignore INT signal in forked processes

0.05  Jul 23, 2008
        - print data to primary output file handled as soon as it
          becomes available (bug report by Samuel Wang)
        - add t/pods.t to MANIFEST

0.04  Dec 16, 2007
        - <> was reading from @ARGV when present in children processes
          (bug reported by Daniel).

0.03  Oct 18, 2007
        - new ignore_errors option added
        - new begin and end options added
        - new 'process => sub {}' option added
        - process option renamed to preprocess
        - require 5.6.x

0.02  Oct 17, 2007
        - backport to 5.6.x

0.01  Mon Oct 15 10:55:24 2007
	- original version; created by h2xs 1.23 with options
		-AXn File::Tee