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
|
Revision history for Perl extension Perl6::Slurp.
0.01 Wed Nov 26 21:58:48 2003
- original version; created by h2xs 1.22 with options
-A -P -X -f -n Perl6::Slurp
0.02 Tue Mar 9 03:00:44 2004
- Cleaned up some redundant vestigal code (thanks Steffen)
- Updated internals to mirror interface changes in Perl6::Export
0.03 Thu Mar 11 04:46:22 2004
- Updated Makefile.PL to note Perl6::Export 0.07 dependency
- Added correct behaviour when no source specified
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)
|