Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
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)
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
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=...").
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.