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!
- Updating package of p5 module for NEXT from 0.63 to 0.64
- Correcting LICENSE according to module documentation
Upstream changes:
0.64 Mon Jun 8 14:36:00 2009
- Fixed overwriting dynamically scoped regex vars (Norbert Buchmuller,
Closes RT#36956).
- Updating package for p5 module NEXT to 0.63
- set artistic-2.0 as LICENSE
Upstream changes:
0.63 Fri Apr 10 16:52:44 2009
- Specify plans for all tests (Jarkko Hietaniemi). Merged from blead
perl (Florian Ragwitz).
- Default to installing to privlib instead of sitelib on perls where
NEXT is core (Jerry D. Hedden).
0.62 Wed Apr 8 03:27:25 2009
- Be less aggressive when looking at the symbol table to find
methods. This prevents "used only once" warnings on 5.10.
0.61 Tue Mar 24 02:50:26 2009
- Pod tweaks (Alan Ferrency).
- Fix a bug when using NEXT from within an eval block (Dave Rolsky).
- Fix some pod typos (Piotr Fusik).
- Fix a bug when using NEXT within overloaded stringification
(Marcel Gr~A 1/4 nauer).
- Make NEXT work with AUTOLOAD (Damian Conway).
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=...").
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method
m calls $self-NEXT::m()>, the call to m is redispatched as if the calling
method had not originally been found.