Updating package for CPAN module MooseX::Types in devel/p5-MooseX-Types
from 0.30nb1 to 0.35. pkgsrc changes: - adjust dependencies upstream changes: 0.35 2012-05-19 - The new delegation code could fail when a type had no parent. Attempting to subtype Any was one way to trigger the bug. (Dave Rolsky) - The new delegation code broke calling ->can or ->isa on MooseX::Types::TypeDecorator as a class method. (Dave Rolsky) 0.34 2012-05-18 - Special case new to avoid unexpected exceptions on unloaded classes 0.33 2012-05-18 - Switch delegation order to prioritise type over class except for new 0.32 2012-05-18 - Support delegation of methods to the class for class types - Factor out _try_delegate method 0.31 2011-12-22 - Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl)
This commit is contained in:
parent
12e3e2454e
commit
7f768f2e78
2 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2012/09/03 11:16:20 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2012/09/10 10:35:15 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-Types-0.30
|
||||
DISTNAME= MooseX-Types-0.35
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
||||
|
@ -16,10 +15,11 @@ DEPENDS+= p5-Carp-Clan>=6.00:../../devel/p5-Carp-Clan
|
|||
DEPENDS+= p5-Moose>=1.06:../../devel/p5-Moose
|
||||
DEPENDS+= p5-Sub-Install>=0.924:../../devel/p5-Sub-Install
|
||||
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
||||
DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
|
||||
DEPENDS+= p5-namespace-clean>=0.19:../../devel/p5-namespace-clean
|
||||
|
||||
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
|
||||
BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2011/11/11 08:31:25 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.15 2012/09/10 10:35:15 sno Exp $
|
||||
|
||||
SHA1 (MooseX-Types-0.30.tar.gz) = 4cecd06da58cf2800235640d2e121fd63779f47e
|
||||
RMD160 (MooseX-Types-0.30.tar.gz) = 2780a43d77f77924aef83f1c7bb840be57434eff
|
||||
Size (MooseX-Types-0.30.tar.gz) = 31845 bytes
|
||||
SHA1 (MooseX-Types-0.35.tar.gz) = 3733a19f990fa390c84bcf590e17aac36b668198
|
||||
RMD160 (MooseX-Types-0.35.tar.gz) = 5ca9aca5c4d1c4d68edfd8942e925515ceb695f2
|
||||
Size (MooseX-Types-0.35.tar.gz) = 32495 bytes
|
||||
|
|
Loading…
Reference in a new issue