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:
- adjust dependencies
Upstream changes:
0.23 Tue, 15 June 2010 20:22:00 +0100
* Fix dependency on MooseX::Types::Moose (RT#58406)
0.22 Mon, 31 May 2010 20:49:00 +0100
* Fix issues causing composing multiple (normal) roles onto a subclass of a
MooseX::MethodAttributes class to fail by removing a forced metaclass
reinitialization which wasn't needed.
0.21 Fri, 07 May 2010 04:48:54 +0200
* Add more metadata, including a repository url.
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.20 Wed, 10 Feb 2010 00:46:11 +0000
* Remove horrible code and epic comment working around Moose bugs
with reinitializing anon classes now that the bug is fixed upstream
in Moose (commit cf600c83).
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.19 Sat, 09 Jan 2010 17:29:00 +0000
* Adapt to changes in in composition_class roles
in new Moose releases (>= 0.93_01)
Upstream changes:
0.16 Tue, 15 Sep 2009 07:58:14 +0200
* Fix so that MooseX::Role::Parameterized can be used in combination with roles
containing method attributes + testcase from phaylon (RT#48758)
* Fixes to avoid a deprecation warning from the latest Class::MOP (Dave
Rolsky)
pkgsrc changes:
- Adjusting license
- Adding dependency to MRO::Compat
Upstream changes:
0.15 Sun, Jul 26 18:02:05 2009 +0100
* Fix test which was failing in some cases and additional test cases.
* No other changes on the dev release.
0.14_01 Thu, Jul 16 20:04:04 2009 +0100
* Add TODO tests for role combination with method attributes, proving that this doesn't work.
* Add nasty hack to allow the application of roles with method attributes to anon classes to
work if the user does a special handwave. This is less than optimum, see big block comment
in the code. :/
Pkgsrc changes:
- Add build dependency on devel/p5-Test-Exception
Upstream changes:
0.14 Sun, Jun 7 01:51:49 2009 +0100
* Fix bugs with composing roles with method attributes into other
roles with method attributes + tests
0.13 Thu, 28 May 2009 01:19:00 +0100
* Add Test::More and Test::Exception to requirements for RT#46395
and RT#46396
0.12 Mon, 25 May 2009 19:33:30 +0100
* Add additional tests for role composition behavior.
* Add an error message if someone tries to exclude or alias methods
from a role with attributes, which currently doesn't work.
* Add tests for this error, and tests for behavior if aliasing did work.
- Updating package for p5 module MooseX::MethodAttributes from 0.09
to 0.11
- Adjusting dependencies
Upstream changes:
0.11 Fri, 15 May 2009 18:02:27 +0200
* Depend on Moose 079 to prevent metaclass incompatibility failure.
0.10 Thu, 14 May 2009 00:08:30 +0100
* Stop non Moose classes which inherit MooseX::MethodAttributes::Inheritable
and which define a sub meta from throwing an exception.
This module is a required dependency for the update of Catalyst::Runtime
(/www/p5-Catalyst-Runtime) to 5.800.
This package contains Moose meta method objects.