Update to 0.10
Update DEPENDS Upstream changes: 0.10 2013-03-15 13:09:48 PDT-0700 (Karen Etheridge) * use quotes around attribute name in error messages (David Precious) 0.09 2012-12-01 14:16:14 PST-0800 (Karen Etheridge) * Invalid tests that failed on perl 5.17.6 have been fixed (they were always invalid, but the changes to hash key ordering only now made the tests start failing in an obvious way) (RT#81419) * unnecessary dependency on MooseX::Types removed
This commit is contained in:
parent
0ce07836a7
commit
5ff34459c3
2 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/07/27 08:39:10 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-LazyRequire-0.08
|
||||
DISTNAME= MooseX-LazyRequire-0.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
||||
|
@ -13,7 +12,6 @@ COMMENT= Required attributes which fail only when trying to use them
|
|||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
||||
DEPENDS+= p5-aliased>=0.30:../../devel/p5-aliased
|
||||
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/09/10 12:46:58 sno Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/07/27 08:39:10 wen Exp $
|
||||
|
||||
SHA1 (MooseX-LazyRequire-0.08.tar.gz) = 84c515f7f4ea3d83b6d143736e22817353bd14c4
|
||||
RMD160 (MooseX-LazyRequire-0.08.tar.gz) = ccbab9c374e3fa381a17104bed04fa5d710c371e
|
||||
Size (MooseX-LazyRequire-0.08.tar.gz) = 15065 bytes
|
||||
SHA1 (MooseX-LazyRequire-0.10.tar.gz) = 87a2b04976ed93271f00d3077f100693a504edde
|
||||
RMD160 (MooseX-LazyRequire-0.10.tar.gz) = 1e9e132ab24267d46ce89c13fd77396739610ba0
|
||||
Size (MooseX-LazyRequire-0.10.tar.gz) = 15557 bytes
|
||||
|
|
Loading…
Reference in a new issue