Tue May 27 15:39:35 2014 UTC ()
Update to 1.003003

Upstream changes:
1.003003 - 2014-03-15
  - overloads specified as method names rather than subrefs are now applied
    properly
  - allow superclass to provide conflicting methods (RT#91054)
  - use ->is_role internally to check if a package is a role
  - document that Role::Tiny applies strict and fatal warnings


(wen)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Role-Tiny/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Role-Tiny/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Role-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Role-Tiny/Makefile 2013/10/02 07:32:27 1.9
+++ pkgsrc/devel/p5-Role-Tiny/Makefile 2014/05/27 15:39:35 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2013/10/02 07:32:27 wen Exp $ 1# $NetBSD: Makefile,v 1.10 2014/05/27 15:39:35 wen Exp $
2 2
3DISTNAME= Role-Tiny-1.003002 3DISTNAME= Role-Tiny-1.003003
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Role-Tiny/ 9HOMEPAGE= http://search.cpan.org/dist/Role-Tiny/
10COMMENT= Roles. Like a nouvelle cuisine portion size slice of Moose 10COMMENT= Roles. Like a nouvelle cuisine portion size slice of Moose
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13CONFLICTS+= p5-Moo<0.009014 13CONFLICTS+= p5-Moo<0.009014
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16 16

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-Role-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Role-Tiny/distinfo 2013/10/02 07:32:27 1.5
+++ pkgsrc/devel/p5-Role-Tiny/distinfo 2014/05/27 15:39:35 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/10/02 07:32:27 wen Exp $ 1$NetBSD: distinfo,v 1.6 2014/05/27 15:39:35 wen Exp $
2 2
3SHA1 (Role-Tiny-1.003002.tar.gz) = c42d768379da1455591508247cae7367b9178b49 3SHA1 (Role-Tiny-1.003003.tar.gz) = ea18998dfb99676cffaf8a5d51cc745d00804d1f
4RMD160 (Role-Tiny-1.003002.tar.gz) = e97c7d638bab63374fed1d6c5dfde97b68d41222 4RMD160 (Role-Tiny-1.003003.tar.gz) = 7bbc517e59f1e5e8394d0d4b0d623a9b1e30e6b9
5Size (Role-Tiny-1.003002.tar.gz) = 25518 bytes 5Size (Role-Tiny-1.003003.tar.gz) = 28179 bytes