diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 14:55:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 14:55:51 +0000 |
commit | 920f98c2e62d12167c6bd58237e12098d9c52b23 (patch) | |
tree | 82ea15fdecb411e9a6dadd780176fb4c36e8d8c1 /devel/p5-Any-Moose/Makefile | |
parent | d8fc5d6bcde0cd342305bd92b20671e79e84b64c (diff) | |
download | pkgsrc-920f98c2e62d12167c6bd58237e12098d9c52b23.tar.gz |
Update to 0.11:
0.11 Sun 19 Dec 2009
* Support "use Any::Moose '::Util::TypeConstraints'" (gfx)
* Support "no Any::Moose '::Util::TypeConstraints'" (gfx)
* $@ related fixes (gfx)
* Documentation and other minor improvements (gfx)
* Any::Moose should now work when you have Moose but not Mouse. Still need to
work out how to encode this in the installation system (Sartak)
Diffstat (limited to 'devel/p5-Any-Moose/Makefile')
-rw-r--r-- | devel/p5-Any-Moose/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Any-Moose/Makefile b/devel/p5-Any-Moose/Makefile index 35f9399e441..19163eea027 100644 --- a/devel/p5-Any-Moose/Makefile +++ b/devel/p5-Any-Moose/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2009/09/24 06:50:11 sno Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/20 14:55:51 wiz Exp $ # -DISTNAME= Any-Moose-0.10 +DISTNAME= Any-Moose-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/} |