summaryrefslogtreecommitdiff
path: root/devel/p5-NEXT
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14pkgsrc changes:sno2-7/+7
- 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).
2009-04-12PkgSrc changes:sno2-7/+7
- 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).
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2008-07-20Roman Kulik cannot maintain those packages anymore (he told me inheinz1-2/+2
private mail some months ago).
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-02-21Import p5-NEXT from pkgsrc-wip, packaged by kuli0020.hiramatsu4-0/+24
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.