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.
Changes from previous:
----------------------
1.20110617 2011-06-17 11:45:11 America/Los_Angeles
- bumped minimum Perl version to 5.8, as working around 5.6 bugs is not
worth the trouble
1.20110614 2011-06-14 15:32:23 America/Los_Angeles
1.20110613 2011-06-12 18:31:27 America/Los_Angeles
- fixed RT #63771, buggy triggering of overloading for blessed invocants
(found and fixed by Norbert Buchmüller)
- migrated to Dist::Zilla
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!
pkgsrc changes:
- Use more generic MASTER_SITE
Upstream changes:
1.16 Thu Jan 14 22:55:10 UTC 2010
- applied patch to fix deep recursion crash (RT #49580, Daniel LeWarne)
Upstream changes:
1.15 Mon Jun 22 20:39:48 UTC 2009
- moved Module::Build dependency to config_requires (RT #47165, hdp)
- unified licensing between README and module (RT #46934, nhandler)
- Updating package of p5 module UNIVERSAL::can from 1.12nb1 to 1.14
- setting license to ${PERL5_LICENSE}
- Adjusting module type to Module::Build
Upstream changes:
1.14 Fri Jun 12 19:43:21 UTC 2009
- released a new stable version
- removed developer tests, custom M::B subclass, and passthrough
Makefile.PL
- added build_requires
- fixed a documentation bug reported by Adam Kennedy (RT #17043)
- fixed interaction with SUPER::can() (patch by Peter du Marchie van
Voorthuysen in RT #25355)
1.13_001 Sat Dec 29 02:28:33 UTC 2007
- warn only when someone has overridden can() but someone else called U::c
directly
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=...").