{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Upstream changes:
0.29 2013-11-15 02:31:46Z
* change docs to recommending using a role to grant Inheritable behaviour
rather than a superclass, and changed tests to match
* converted all uses of namespace::clean to namespace::autoclean
* converted all uses of Test::Exception to Test::Fatal
* repository migrated to the github moose organization
0.28 2012-09-04 03:28:26Z
* RT#79385: Import Carp::croak into the right package (spotted by Bill
Moseley)
0.27 2012-02-13 18:28:00Z
* Fix issue with new Moose and new Module::Runtime where Moose
functions were not getting correctly exported to the users of
this module.
0.26 2012-01-13 12:06:00Z
* Fix packages relying on ->meta->make_immutable to return true.
This should work, but doesn't in some occasional circumstances.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
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:
- 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.