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:
- Adjusting license definition
Upstream changes:
0.18 Sat, 22 Aug 2009 21:17:52 +0200
- Make it work with Catalyst::Runtime 5.80010.
- Fix warnings in the test suite.
- Updating package for p5 module Catalyst::View::Mason to 0.17 from 0.16
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.17 Sun, 29 Mar 2009 21:26:35 +0200
Florian Ragwitz (6):
Improvement for pod generated by the helper.
Make the generated views use parent instead of base.
Properly use default_view in the tests.
Don't render things twice in the render tests.
Simplify testcover Makefile target.
Switch the default for use_match to the new behaviour.
Justin Hunter (1):
Switch from NEXT to MRO::Compat.