IO-Util Latest Versions Changes
Version 1.26
- Fixed bug in the capture function when run with -T
Version 1.25
- Fixed bug in the slurp function when run with -T
Version 1.24
- Eliminated version check and installation feedback system
("phone home" opt-out) from Makefile.PL to make Randal L Schwartz happy :-)
and sad the author :-(
Version 1.23
- Minor POD changes
Version 1.22
- Changed Makefile.PL version check
Version 1.21
- Fixed nested capture problem (now the nested capture does not
capture multiple time the same output)
Version 1.2
- Extended compatibility with perl 5.6.1 (it didn't work on some build)
- Added the slurp function
- Some POD fixing
Version 1.11
- Fixed $IO::Util::VERSION required by CGI::Builder and Template::Magic
Version 1.1
- Fixed catching for already tied filehandlers
- Fixed appending of output record separator
- Added 'prinf' catching
- POD fixes
Version 1.01
- More strict coding, trying to avoid test failure on MSWin32-x86-multi-thread
Version 1.0
- first public release