devel/p5-MooseX-LazyRequire from 0.07 to 0.08.
pkgsrc changes:
- adjust build (test) depends
upstream changes:
0.08 2012-07-02 09:58:41 PDT-0700 (Karen Etheridge)
* Convert uses of Test::Exception to Test::Fatal
* Add TODO test for RT#76054 (thanks for the report, ilyuha!)
Change from previous:
0.07 Mon, 04 Apr 2011 18:08:34 +0200
* Allow this module to be used with attributes in roles when using Moose
1.9900+ (Dave Rolsky).
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!
scheduled update of MooseX::Method::Signatures.
This module adds a lazy_required option to Moose attribute declarations.
The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.