diff options
author | seb <seb@pkgsrc.org> | 2009-06-07 11:31:05 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-06-07 11:31:05 +0000 |
commit | 2c0bbb7905ab7ef9b59528b5977f01dcad6372f9 (patch) | |
tree | 8dbeca3973b747e77ac9ca3f365e78841853b4b7 /devel/p5-Moose/Makefile | |
parent | 1909f405936f68e9edc7d39b0ed919821c513147 (diff) | |
download | pkgsrc-2c0bbb7905ab7ef9b59528b5977f01dcad6372f9.tar.gz |
Update p5-Moose from version 0.79 to version 0.80.
Upstream changes:
0.80 Sat, Jun 6, 2009
* Moose::Manual::FAQ
- Add FAQ about the coercion change from 0.76 because it came up
three times today (perigrin)
- Win doy $10 dollars because Sartak didn't think anybody
would document this fast enough (perigrin)
* Moose::Meta::Method::Destructor
- Inline a DESTROY method even if there are no DEMOLISH methods
to prevent unnecessary introspection in
Moose::Object::DEMOLISHALL
* Moose::*
- A role's required methods are now represented by
Moose::Meta::Role::Method::Required objects. Conflicts are now
represented by Moose::Meta::Role::Method::Conflicting
objects. The benefit for end-users in that unresolved
conflicts generate different, more instructive, errors,
resolving Ovid's #44895. (Sartak)
* Moose::Role
- Improve the error message of "extends" as suggested by Adam
Kennedy and confound (Sartak)
- Link to Moose::Manual::Roles from Moose::Role as we now have
excellent documentation (Adam Kennedy)
* Tests
- Update test suite for subname change in Class::MOP
(nothingmuch)
- Add TODO test for infinite recursion in Moose::Meta::Class
(groditi)
Diffstat (limited to 'devel/p5-Moose/Makefile')
-rw-r--r-- | devel/p5-Moose/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index e91b391d049..c21726578dc 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2009/05/16 16:22:13 seb Exp $ +# $NetBSD: Makefile,v 1.24 2009/06/07 11:31:05 seb Exp $ # -DISTNAME= Moose-0.79 +DISTNAME= Moose-0.80 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} |