Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008. pkgsrc changes: - adjust build/test dependencies upstream changes: 0.001008 2012-06-14 11:29:50 PDT - Upper* and Lower* string types now accept non-alphabetic characters (Karen Etheridge) 0.001007 2012-02-23 11:50EST - remove Test::Exception from a test 0.001006 2012-02-21 13:50EST - fix POD per RT #75168 0.001005 2012-02-19 20:45EST - add NumericCode type, RT #74346 0.001004 2011-12-05 23:30EST - use Test::Fatal instead of Test::Exception (Justin Hunter) - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
This commit is contained in:
parent
c2d68f6136
commit
31fa622f0b
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/11/22 03:38:03 hiramatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2012/09/10 10:38:52 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-Types-Common-0.001003
|
||||
DISTNAME= MooseX-Types-Common-0.001008
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE}
|
|||
DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2011/11/22 03:38:03 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/09/10 10:38:52 sno Exp $
|
||||
|
||||
SHA1 (MooseX-Types-Common-0.001003.tar.gz) = 6438c3a878ce4f149b72208aba027292b0fc662c
|
||||
RMD160 (MooseX-Types-Common-0.001003.tar.gz) = da2709475cc6b54375b889ba31bed9a6c70d539d
|
||||
Size (MooseX-Types-Common-0.001003.tar.gz) = 21157 bytes
|
||||
SHA1 (MooseX-Types-Common-0.001008.tar.gz) = 8a3c4cdf0d16961f9e4303802f7b0a52cfec4e6e
|
||||
RMD160 (MooseX-Types-Common-0.001008.tar.gz) = a6af4e717685201f11637b76115f156cc696cb14
|
||||
Size (MooseX-Types-Common-0.001008.tar.gz) = 22647 bytes
|
||||
|
|
Loading…
Reference in a new issue