Update from version 0.06 to version 0.07.
Upstream changes: 0.07 2008-11-10 - Fixed a bug where class attributes did not honor the Class::MOP::Attribute properly, so things that used it directly failed. This bug could be tickled by using certain MooseX::AttributeHelpers attribute metaclasses with a class attribute. Fixed by Shawn Moore.
This commit is contained in:
parent
3b71e07120
commit
a027453c48
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:57 he Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/11/12 22:09:34 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-ClassAttribute-0.06
|
||||
DISTNAME= MooseX-ClassAttribute-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/10/08 05:01:22 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/11/12 22:09:34 seb Exp $
|
||||
|
||||
SHA1 (MooseX-ClassAttribute-0.06.tar.gz) = 1481fa6594cd5e1b7d1ca0fb8a6b99ceec028aa3
|
||||
RMD160 (MooseX-ClassAttribute-0.06.tar.gz) = f1cc95f15fc94f003b827b1d6b778183b90c3f7e
|
||||
Size (MooseX-ClassAttribute-0.06.tar.gz) = 10889 bytes
|
||||
SHA1 (MooseX-ClassAttribute-0.07.tar.gz) = cc2a9c7d7d76397230b6b8fecedca7fb14aed921
|
||||
RMD160 (MooseX-ClassAttribute-0.07.tar.gz) = 80afb913a1ab9e9b7e758bcb75e80d9e71965f59
|
||||
Size (MooseX-ClassAttribute-0.07.tar.gz) = 11173 bytes
|
||||
|
|
Loading…
Reference in a new issue