diff options
author | seb <seb@pkgsrc.org> | 2009-06-07 14:12:25 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-06-07 14:12:25 +0000 |
commit | 2c139276f28eed076de8fe4ed061e9d865e8ecb8 (patch) | |
tree | ac6c71f9366721a21ef8efdf438828123e914f58 /devel/p5-MooseX-MethodAttributes | |
parent | 377a9099155e0f669f43c3a35757d4ca88b73143 (diff) | |
download | pkgsrc-2c139276f28eed076de8fe4ed061e9d865e8ecb8.tar.gz |
Update p5-MooseX-MethodAttributes from version 0.11 to version 0.14.
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.
Diffstat (limited to 'devel/p5-MooseX-MethodAttributes')
-rw-r--r-- | devel/p5-MooseX-MethodAttributes/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-MooseX-MethodAttributes/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-MooseX-MethodAttributes/Makefile b/devel/p5-MooseX-MethodAttributes/Makefile index d5ee7b426db..994e4806c4c 100644 --- a/devel/p5-MooseX-MethodAttributes/Makefile +++ b/devel/p5-MooseX-MethodAttributes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2009/05/17 19:46:45 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/07 14:12:25 seb Exp $ -DISTNAME= MooseX-MethodAttributes-0.11 +DISTNAME= MooseX-MethodAttributes-0.14 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -14,6 +14,8 @@ DEPENDS+= p5-Moose>=0.79:../../devel/p5-Moose DEPENDS+= p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception + PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/MooseX/MethodAttributes/.packlist diff --git a/devel/p5-MooseX-MethodAttributes/distinfo b/devel/p5-MooseX-MethodAttributes/distinfo index 1cae386b4c1..b5546f25e92 100644 --- a/devel/p5-MooseX-MethodAttributes/distinfo +++ b/devel/p5-MooseX-MethodAttributes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/05/17 19:46:45 sno Exp $ +$NetBSD: distinfo,v 1.3 2009/06/07 14:12:25 seb Exp $ -SHA1 (MooseX-MethodAttributes-0.11.tar.gz) = 5da23016c2e98378242553f2b67fbb012d77b4b2 -RMD160 (MooseX-MethodAttributes-0.11.tar.gz) = 10cfa30a2ed15b9a71143fd364b5464408122557 -Size (MooseX-MethodAttributes-0.11.tar.gz) = 13592 bytes +SHA1 (MooseX-MethodAttributes-0.14.tar.gz) = e6efba8753d334780721acd56c4517c4b67e29d1 +RMD160 (MooseX-MethodAttributes-0.14.tar.gz) = 72517182cbf6cb965c9f4279f77cc3271034f08a +Size (MooseX-MethodAttributes-0.14.tar.gz) = 17095 bytes |