File-Slurp
view release on metacpan or search on metacpan
1501511521531541551561571581591601611621631641651661671681691709999.15 2011-03-24
- Fixed error.t test so it works
when
run as root
- Removed skip lines from error.t
- Fixed pod about
binmode
option to reflect changes in .14
9999.14 2011-03-20
- Added LICENCE (same as perl) to POD
- Added special faster code to slurp in small text files which
is a common case
- Rewrote the extras/slurp_bench.pl script. It
has
a full
legend, better CLI options, size is selectable, benchmark
entries have more consistant names and it compares the new
fast slurp
for
small files to the general slurp code.
Thanks to Mark Friendlich
- Cleaned up pod
- Added more Synopsis examples
- Added t/error.t to actually test error conditions. Previous
error.t was renamed to error_mode.t which better reflects its
tests.
- t/error.t uses a new test driver module. this may get used by
other tests in the future.
( run in 1.128 second using v1.01-cache-2.11-cpan-49f99fa48dc )