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 51
|
Revision history for File-Slurper
0.014 2022-12-16 16:08:16+01:00 Europe/Amsterdam
- Always return an empty file as an empty string
0.013 2021-12-25 10:09:17+01:00 Europe/Amsterdam
Always split on newlines in read_lines
0.012 2018-02-20 21:53:30+01:00 Europe/Amsterdam
Depend on Encode 2.11 for STOP_AT_PARTIAL
0.011 2017-12-18 21:23:24+01:00 Europe/Amsterdam
Correctly set value of $PerlIO::encoding::fallback
Don't skip latin-1 checking
0.010 2017-09-17 22:09:05+02:00 Europe/Amsterdam
Recognize "latin-1" as iso-8859-1
0.009 2016-08-05 18:26:58+02:00 Europe/Amsterdam
Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
0.008 2015-08-31 12:43:05+02:00 Europe/Amsterdam
Impose scalar context on do/eval/require
0.007 2015-08-23 09:52:45+02:00 Europe/Amsterdam
Added more items to a SEE ALSO
Fixed up benchmarks
0.006 2015-07-02 02:02:00+02:00 Europe/Amsterdam
Unmark experimental status
Always croak on encoding error
0.005 2015-04-18 21:56:35+02:00 Europe/Amsterdam
Get rid of singular named options
0.004 2015-02-06 17:08:01+01:00 Europe/Amsterdam
Work around PerlIO encoding bug
Add Rationale and Dependency sections to documentation
0.003 2015-02-05 20:42:26+01:00 Europe/Amsterdam
Implement writer functions
Default to crlf=off, add auto option for old behavior
Make PerlIO::utf8_strict an optional dependency
0.002 2014-10-21 19:03:44+02:00 Europe/Amsterdam
rename File::Slurp::Sane to File::Slurper
Accept UTF-8 as encoding case-insensitively
Fix performance issue on 5.20.0
0.001 2014-05-24 18:16:48CEST+0200 Europe/Amsterdam
Initial release to an unsuspecting world
|