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!
- Updating package for p5 module Package::Generator from 0.102nb1
to 0.103
- Adding perl5 license as license
- Setting Module::Install as module type
Upstream changes:
0.103 2009-07-09
add perl5 v8 requirement; never worked 100% under 5.6 anyway
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=...").
Packages Collection.
The Perl 5 module Package::Generator lets you quickly and easily
construct new packages. It gives them unused names and sets up
their package data, if provided. Also included in this package is
the Perl 5 module Package::Reaper. This module allows you to create
simple objects which, when destroyed, delete a given package. This
lets you approximate lexically scoped packages