- 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.