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
This commit is contained in:
parent
65fcdbb2fa
commit
1558d4d579
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue