diff options
author | wen <wen@pkgsrc.org> | 2013-07-27 02:01:06 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-27 02:01:06 +0000 |
commit | 41bfddc0d2662dd8c2a73841a089a53df9aa84df (patch) | |
tree | bc754612bf42d6b26a5633c30cb4bf041d32065d | |
parent | 4bf920f22d0eda7191178588c848340055c004c8 (diff) | |
download | pkgsrc-41bfddc0d2662dd8c2a73841a089a53df9aa84df.tar.gz |
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
-rw-r--r-- | devel/p5-Role-Tiny/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Role-Tiny/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Role-Tiny/Makefile b/devel/p5-Role-Tiny/Makefile index 137106b1b65..985fccea931 100644 --- a/devel/p5-Role-Tiny/Makefile +++ b/devel/p5-Role-Tiny/Makefile @@ -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/ diff --git a/devel/p5-Role-Tiny/distinfo b/devel/p5-Role-Tiny/distinfo index 1798ed98860..e68280e0fd3 100644 --- a/devel/p5-Role-Tiny/distinfo +++ b/devel/p5-Role-Tiny/distinfo @@ -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 |