Update to 1.003001
Upstream changes: 1.003001 - 2013-07-14 - fix test accidentally requiring Class::Method::Modifiers 1.003000 - 2013-07-14 - allow composing roles simultaneously that mutually require each other (RT#82711) - Fix _concrete_methods_of returning non-CODE entries - fix broken implementation of method conflict resolution (Perlmonks#1041015) - add is_role method for checking if a given package is a role - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2 1.002005 - 2013-02-01 - complain loudly if Class::Method::Modifiers is too old (and skip tests) - don't use $_ as loop variable when calling arbitrary code
This commit is contained in:
parent
ce8866bd55
commit
9a04a4af3a
2 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:42 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/07/27 02:01:06 wen Exp $
|
||||
|
||||
DISTNAME= Role-Tiny-1.002004
|
||||
DISTNAME= Role-Tiny-1.003001
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IL/ILMARI/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Role-Tiny/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/11/29 02:35:09 wen Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/07/27 02:01:06 wen Exp $
|
||||
|
||||
SHA1 (Role-Tiny-1.002004.tar.gz) = b8cac3fbdc97baa7a87e0c8c1d5facbd808dd8f1
|
||||
RMD160 (Role-Tiny-1.002004.tar.gz) = a4eb1b44d2e09b3c4b18e8cd1d5d47a0154fc3dd
|
||||
Size (Role-Tiny-1.002004.tar.gz) = 21517 bytes
|
||||
SHA1 (Role-Tiny-1.003001.tar.gz) = 65103b26d4f14e7e480933c43f764be715be8679
|
||||
RMD160 (Role-Tiny-1.003001.tar.gz) = ce3dfb495eae857800c65444ab47fefb684ad593
|
||||
Size (Role-Tiny-1.003001.tar.gz) = 24815 bytes
|
||||
|
|
Loading…
Reference in a new issue