0.005000 Thu Feb 9 07:03:26 2012
- Fixed handling of slurp()
- Removed dependency of English locale in errors.t
(thanks to all those who reported it)
- Tweaked ipc.t to placate Windows (thanks John)
- Disabled implicit open failure warnings (thanks Kevin)
- Cleaned up code and commented
- Improved performance significantly for chomped cases
- Updated Makefile.PL and added Build.pl
0.050000 Thu Feb 9 15:30:53 2012
- No feature changes: update to fix version number regression
0.051000 Thu Jun 14 20:52:15 2012
- Tweaked error.t to placate Windows (thanks mascip)
0.051001 Fri Jul 27 07:58:08 2012
- Doc tweak (thanks John)
0.051003 Sat Feb 9 11:59:34 2013
- Documented limitations of C<slurp> on certain platforms
(e.g. no piped opens under Windows).
- Allowed layer options to have parenthesized args
(Thanks Kevin)
- Handle File::Temp filehandles correctly (thanks Kevin)
slurp takes:
* a filename,
* a filehandle,
* a typeglob reference,
* an IO::File object, or
* a scalar reference,
converts it to an input stream if necessary, and reads in the entire
stream. If slurp fails to set up or read the stream, it throws an
exception.