File: Changes

package info (click to toggle)
libio-interactive-perl 0.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 96 kB
  • ctags: 6
  • sloc: perl: 132; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 990 bytes parent folder | download
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
Revision history for IO-Interactive

0.05 - Wed Jan 14 22:54:13 2009
	* Happy 2009! There aren't any code changes, but I needed to 
	make the version in the Pod match the code version.

0.04 - Sun Aug 31 13:54:27 2008
	* Fixes include:
	* #24823: is_interactive() and command line arguments
	* #38660: "null" filehandle is a memory leak
	* #20689: IO::Interactive leaks temp files

0.03_01 - Sun Aug 24 21:53:11 2008
	* Cleaning up old tickets:
	+ #20689 Now that we don't use a scalar filehandle,
	no extra temp files under 5.6.2
	+ #24823 Applied Schwern's patch to ignore command
	line arguments
	+ #38660 Fix memory link (same fix for #20689, not
	printing to a scalar
	* Maintainer is now brian d foy <bdfoy@cpan.org>

0.0.1  Thu Mar 17 04:56:55 2005
       Initial release.



0.0.2  Sun May 22 05:41:14 2005

    - added dependency on version.pm


0.0.3  Fri Feb 17 15:57:54 2006

    - Fixed is_interactive to default to currently selected filehandle,
      rather than to *STDOUT.