1.08 2013-07-20
- ChangeLog renamed to Changes and reformatted as per CPAN::Changes::Spec
- Added repository details to metadata (Makefile.PL) and pod
- Added license type to metadata (in Makefile.PL)
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=...").
Pacaged by Aleksey Cheusov and requested in PR 35469.
AppConfig::Std is a subclass of Andy Wardley's AppConfig module,
to provide standard command-line arguments for tool scripts.
AppConfig::Std provides the following switches:
-help display a short help statement
-doc display the full documentation (formatted pod)
-version display the version of the script
-verbose turn on verbose status/progress output
-debug turn on debugging output