Fri Feb 3 02:06:38 2017 UTC ()
Update to 2.2004

Upstream changes:
2.2004   2017-01-31

  [BUG FIXES]

  - When an attribute was specified as 'rw' and you also provided an accessor
    name matching the attribute and there was an explicit writer, Moose would
    try to make an additional reader access with the same name as the
    attribute. Then Moose would warn about overwriting an accessor with a
    reader. This is related to the bugs reported in RT #120040.

2.2003   2017-01-30

  [BUG FIXES]

  - Moose could die when attempting to warn about overwriting an attribute's
    access method in some cases (since version 2.1902) (RT #120040)

2.2002   2017-01-30

  [BUG FIXES]

  - Creating a Moose subclass of a Moo class with an attribute with a
    delegation would cause a warning (since version 2.1902).


(wen)
diff -r1.101 -r1.102 pkgsrc/devel/p5-Moose/Makefile
diff -r1.83 -r1.84 pkgsrc/devel/p5-Moose/distinfo

cvs diff -r1.101 -r1.102 pkgsrc/devel/p5-Moose/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/Makefile 2017/01/30 01:39:27 1.101
+++ pkgsrc/devel/p5-Moose/Makefile 2017/02/03 02:06:38 1.102
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.101 2017/01/30 01:39:27 wen Exp $ 1# $NetBSD: Makefile,v 1.102 2017/02/03 02:06:38 wen Exp $
2 2
3DISTNAME= Moose-2.2001 3DISTNAME= Moose-2.2004
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://moose.perl.org/ 9HOMEPAGE= http://moose.perl.org/
10COMMENT= Postmodern object system for Perl 5 10COMMENT= Postmodern object system for Perl 5
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load 13DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load
14DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS 14DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS
15DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList 15DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList
16DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction 16DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction

cvs diff -r1.83 -r1.84 pkgsrc/devel/p5-Moose/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/distinfo 2017/01/30 01:39:27 1.83
+++ pkgsrc/devel/p5-Moose/distinfo 2017/02/03 02:06:38 1.84
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.83 2017/01/30 01:39:27 wen Exp $ 1$NetBSD: distinfo,v 1.84 2017/02/03 02:06:38 wen Exp $
2 2
3SHA1 (Moose-2.2001.tar.gz) = 7637617a8541a9939bd24a6f6e9b8360be022417 3SHA1 (Moose-2.2004.tar.gz) = 1d0d2c0271ba3e715910c28dc05b0a8cf66c66be
4RMD160 (Moose-2.2001.tar.gz) = b8255b7729f3902f6a7d7e8b0f9f152cf224ce49 4RMD160 (Moose-2.2004.tar.gz) = e1e6506b321fa347bbea3d33bcc58956f759109a
5SHA512 (Moose-2.2001.tar.gz) = a9a034dce66e1e1878dca1b440cca8ad7a8e83a7c2b693836ac6396f2f8d105d94688154c11bcfc41bc091f67a341345403e51fad05ae500a6c342b4200c6d01 5SHA512 (Moose-2.2004.tar.gz) = 30db47b7416347e059b0a43ac4c95c253aac9391a999cb5a484a040b9ce9e33404ae89b34cd28e0cce35506cdfe3a576b91fc941c4dbbe601f4a7d97a01867e9
6Size (Moose-2.2001.tar.gz) = 812962 bytes 6Size (Moose-2.2004.tar.gz) = 813809 bytes