diff options
author | wen <wen> | 2013-10-02 07:35:57 +0000 |
---|---|---|
committer | wen <wen> | 2013-10-02 07:35:57 +0000 |
commit | a13cb73b167c1819289127254beb8c11399bae9b (patch) | |
tree | 4358a4e52b8434df16fd2974e01ae528ee484f1f /devel/p5-Moo | |
parent | 69f4ccd2d11cf7c289a0f97288b4bab636452dad (diff) | |
download | pkgsrc-a13cb73b167c1819289127254beb8c11399bae9b.tar.gz |
Update to 1.003001
Update DEPENDS
Upstream changes:
1.003001 - 2013-09-10
- abbreviate class names from created by create_class_with_roles if they are
too long for perl to handle (RT#83248)
- prevent destructors from failing in global destruction for certain
combinations of Moo and Moose classes subclassing each other (RT#87810)
- clarify in docs that Sub::Quote's captured variables are copies, not aliases
- fix infinite recursion if an isa check fails due to another isa check
(RT#87575)
- fix Sub::Quote and Sub::Defer under threads (RT#87043)
- better diagnostics when bad parameters given to has
Diffstat (limited to 'devel/p5-Moo')
-rw-r--r-- | devel/p5-Moo/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Moo/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile index 56fb65a1ca7..165ecfe4516 100644 --- a/devel/p5-Moo/Makefile +++ b/devel/p5-Moo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2013/07/27 05:17:05 wen Exp $ +# $NetBSD: Makefile,v 1.14 2013/10/02 07:35:57 wen Exp $ -DISTNAME= Moo-1.003000 +DISTNAME= Moo-1.003001 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Moo/ @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime -DEPENDS+= p5-Role-Tiny>=1.003000:../../devel/p5-Role-Tiny +DEPENDS+= p5-Role-Tiny>=1.003002:../../devel/p5-Role-Tiny DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal diff --git a/devel/p5-Moo/distinfo b/devel/p5-Moo/distinfo index 17f5c6caa2e..047c2eccc9c 100644 --- a/devel/p5-Moo/distinfo +++ b/devel/p5-Moo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2013/07/27 05:17:05 wen Exp $ +$NetBSD: distinfo,v 1.11 2013/10/02 07:35:57 wen Exp $ -SHA1 (Moo-1.003000.tar.gz) = d7523d1af353f8f8f66bace7a3939ba6dbc2e370 -RMD160 (Moo-1.003000.tar.gz) = feb31eaab0422f6992af2cf88975f74de3913bf2 -Size (Moo-1.003000.tar.gz) = 70691 bytes +SHA1 (Moo-1.003001.tar.gz) = 6697d336935e1c89537b42adb0d0a1c4d5432e8b +RMD160 (Moo-1.003001.tar.gz) = b695ae0bd384d7a64087f6cb26a5f29303ffd006 +Size (Moo-1.003001.tar.gz) = 73689 bytes |