Updating package for MooseX::AttributeHelpers from 0.19 to 0.20
Upstream changes: 0.20 Thu June 25, 2009 - MXAH is moving into core. This module will be deprecated when that finally happens. - Remove register_implementation methods from the traits because we don't want to conflict with cored AttributeHelpers. You'll need to specify the full package name for traits -- MooseX::AttributeHelpers::Trait::Counter instead of Counter - New provided method for hashs: elements (Returns the key, value pairs in the hash as a flattened list) (plu)
This commit is contained in:
parent
d96ebc1adf
commit
2819b3ba88
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2009/06/15 21:25:57 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2009/07/07 21:04:23 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-AttributeHelpers-0.19
|
||||
DISTNAME= MooseX-AttributeHelpers-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2009/06/15 21:25:57 sno Exp $
|
||||
$NetBSD: distinfo,v 1.5 2009/07/07 21:04:23 sno Exp $
|
||||
|
||||
SHA1 (MooseX-AttributeHelpers-0.19.tar.gz) = 64b081c7160aeff55529fb141b4b21c1371e3bf2
|
||||
RMD160 (MooseX-AttributeHelpers-0.19.tar.gz) = f0053fc091cebb95600f5a0fb66fa641d8fdae75
|
||||
Size (MooseX-AttributeHelpers-0.19.tar.gz) = 38093 bytes
|
||||
SHA1 (MooseX-AttributeHelpers-0.20.tar.gz) = 28e04207462451dd0d34fe8a1a7dd4310fa34c91
|
||||
RMD160 (MooseX-AttributeHelpers-0.20.tar.gz) = 467c680167ca3fc6a6aa57aed0bff3f6077f4f67
|
||||
Size (MooseX-AttributeHelpers-0.20.tar.gz) = 38563 bytes
|
||||
|
|
Loading…
Reference in a new issue