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!
Upstream changes:
0.26 Nov 24, 2008
- remove warning from File::Spec
0.25 Nov 20, 2008
- paths began with '//' on cygwin, use catpath to undo
splitpath (bug report from Pablo Torres).
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org
o Add a post-extract action to strip executable bit from perl modules
Upstream changes:
0.24 12 Nov, 2008
- add Config::Find::Where->script_dir()
- some minor doc improvements
Packaged by Edgar Fuss and provided by PR 39823.
Every OS has different rules for configuration files placement, this module
allows to easily find and create your app configuration filess following
those rules.
Config::Find references configuration files by the application name or by the
application name and the configuration file name when the app uses several
application files, i.e emacs, profile, apache/httpd, apache/ssl.