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!
pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
=================================
2009-07-27T16:08:44.238440Z v1_01
=================================
2009-07-27 16:08:19 (r22) by rcaputo; lib/Lexical/Persistence.pm M
Reorganize documentation links.
2009-07-27 04:48:07 (r21) by rcaputo
lib/Lexical/Persistence.pm M; Makefile.PL M
Added a machine-readable repository directory to the distribution.
Documented the bug tracker, repository, and other resource URLs.
2008-12-15 16:19:56 (r20) by rcaputo; Makefile.PL M
Keep UTF8 out of the README, because that messes up the SYNOPSIS.
Upstream changes:
2008-11-07 18:11:57 (r18) by rcaputo; lib/Lexical/Persistence.pm M
Ready for 0.98
2008-11-07 04:36:12 (r17) by rcaputo; lib/Lexical/Persistence.pm M
Replace eval() with do() in the docs. Note that lexical declarations
are preserved by compile(), which is used by do(), so declared
variables need not be redeclared all the time.
2008-11-03 20:02:16 (r16) by rcaputo; t/04_eval.t M
Fix tests to use do() rather than eval().
2008-11-03 19:57:55 (r15) by rcaputo; lib/Lexical/Persistence.pm M
Another attempt at eval(), this time called do().
2008-11-01 05:38:30 (r14) by rcaputo
t/04_eval.t A; MANIFEST M; lib/Lexical/Persistence.pm M
Apply Paul "LeoNerd" Evans' patch to add compile() and eval().
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=...").