to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
9999.13 Wed Jan 23 22:54:03 CDT 2008
- This is a "get the tests passing" release by Dave Rolsky
- Fixes the tests to pass with the latest Test::More
- Also shuts up warnings from some tests about redefining SEEK_SET.
- Fixed bug on windows with classic slurping and File::Slurp not
agreeing on newline conversion.
- Added t/newline.t test to check for that fix.
- When passing text data by scalar reference to write_file under
windows, the buffer is copied so the newline conversion won't
modify the caller's data.
- Thanks to Johan Lodin <lodin@cpan.org> for a test script which
I modified into t/newline.t
9999.10 Sun Oct 23 15:28:42 EDT 2005
- t/*.t modules don't use Fcntl.pm
- using POSIX qw( :fcntl_h ) instead of Fcntl qw( :seek ) for
backwards compatiblity to 5.00503
- added conditional definitions of SEEK_* and O_* subs as they are not
defined in perl 5.004
- File::Slurp now runs on perl 5.004 and newer (see BUGS section)
All of the above thanks to Smylers <Smylers@stripey.com>,
Piers Kent <piers.kent@bbc.co.uk> and
John Alden <john.alden@bbc.co.uk>
- Added pod.t and pod_coverage.t tests. This is to pass all
the CPANTS tests.
9999.11 changes not documented.
Hiramatsu Yoshifumi.
This module provides subroutines to read or write entire files with a
simple call. It also has a subroutine for reading the list of filenames
in a directory.