Update DEPENDS
Upstream changes:
0.025 2014-11-16 14:29:37-05:00 America/New_York
- run preprocess_line before can_ignore
- bump up required Mixin::Linewise to help out Win32 users
0.024 2014-04-05 21:31:54-04:00 America/New_York
- MIGHT BREAK YOUR CODE (but probably won't):
handle_unparsed_line now receives its arguments in reversed order
- new methods exist and more methods now receive the filehandle to make
subclassing more flexible
0.023 2014-03-13 10:21:15+01:00 Europe/Paris
- specify minimum Mixin::Linewise requirement (thanks, Andreas Koenig
and Smylers)
0.022 2014-01-30 16:57:43-05:00 America/New_York
- remove the last few places IO::String was used (thanks, Graham Knop)
0.021 2013-10-20 11:33:59 America/New_York
- throw an exception if line 1 appears to start with a UTF-8 BOM
- typo fixes in docs (thanks, David Steinbrunner!)
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.
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!
Collection.
The Perl 5 module Config::INI yet another config module implementing
yet another slightly different take on the undeniably easy to read
or write ".ini" file format. Its default behavior is quite similar
to that of Config::Tiny, on which it is based. The chief difference
is that Config::INI is designed to be subclassed to allow for
side-effects and self-reconfiguration.