PkgSrc changes:
- Updating package for p5 module MooseX::MethodAttributes from 0.09 to 0.11 - Adjusting dependencies Upstream changes: 0.11 Fri, 15 May 2009 18:02:27 +0200 * Depend on Moose 079 to prevent metaclass incompatibility failure. 0.10 Thu, 14 May 2009 00:08:30 +0100 * Stop non Moose classes which inherit MooseX::MethodAttributes::Inheritable and which define a sub meta from throwing an exception.
This commit is contained in:
parent
c72480cc45
commit
07d4aac322
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 19:29:51 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/05/17 19:46:45 sno Exp $
|
||||
|
||||
DISTNAME= MooseX-MethodAttributes-0.09
|
||||
DISTNAME= MooseX-MethodAttributes-0.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/MooseX-MethodAttributes/
|
|||
COMMENT= Perl5 module for code attribute introspection
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
DEPENDS+= p5-Moose>=0.70:../../devel/p5-Moose
|
||||
DEPENDS+= p5-Moose>=0.79:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types
|
||||
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/04/29 19:29:51 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/05/17 19:46:45 sno Exp $
|
||||
|
||||
SHA1 (MooseX-MethodAttributes-0.09.tar.gz) = 7532a1bbbeb34a018376c8ba295b6edb1df72587
|
||||
RMD160 (MooseX-MethodAttributes-0.09.tar.gz) = ef27ca7f663772698493d05aba6c8799db7cb844
|
||||
Size (MooseX-MethodAttributes-0.09.tar.gz) = 13440 bytes
|
||||
SHA1 (MooseX-MethodAttributes-0.11.tar.gz) = 5da23016c2e98378242553f2b67fbb012d77b4b2
|
||||
RMD160 (MooseX-MethodAttributes-0.11.tar.gz) = 10cfa30a2ed15b9a71143fd364b5464408122557
|
||||
Size (MooseX-MethodAttributes-0.11.tar.gz) = 13592 bytes
|
||||
|
|
Loading…
Reference in a new issue