Tue Nov 4 06:56:51 2014 UTC ()
Update to 2.1401

Upstream changes:
2.1401   2014-11-03

  [BUG FIXES]

  - The core overloading support interacted badly with
    MooseX::MarkAsMethods. If you used MooseX::MarkAsMethods in a role that
    provided overloading, then that overloading would not be properly applied
    to consuming classes, leading to very weird errors of the form:

        Can't resolve method "???" overloading """" in package "Class2" ...

    Note that the problems that MooseX::MarkAsMethods fixes are no longer
    present if you are using Moose 2.1400+ and namespace::autoclean 0.16+. We
    encourage you to upgrade both of these modules and remove
    MooseX::MarkAsMethods from your code base.


(wen)
diff -r1.77 -r1.78 pkgsrc/devel/p5-Moose/Makefile
diff -r1.64 -r1.65 pkgsrc/devel/p5-Moose/distinfo

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

--- pkgsrc/devel/p5-Moose/Makefile 2014/11/03 08:25:22 1.77
+++ pkgsrc/devel/p5-Moose/Makefile 2014/11/04 06:56:51 1.78
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.77 2014/11/03 08:25:22 wen Exp $ 1# $NetBSD: Makefile,v 1.78 2014/11/04 06:56:51 wen Exp $
2 2
3DISTNAME= Moose-2.1400 3DISTNAME= Moose-2.1401
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.64 -r1.65 pkgsrc/devel/p5-Moose/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moose/distinfo 2014/11/03 08:25:22 1.64
+++ pkgsrc/devel/p5-Moose/distinfo 2014/11/04 06:56:51 1.65
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.64 2014/11/03 08:25:22 wen Exp $ 1$NetBSD: distinfo,v 1.65 2014/11/04 06:56:51 wen Exp $
2 2
3SHA1 (Moose-2.1400.tar.gz) = b2f0b104db46c489dda214b3b1daa09728832259 3SHA1 (Moose-2.1401.tar.gz) = aad359ec240769fdc5f30a633fca64493e437be2
4RMD160 (Moose-2.1400.tar.gz) = 71de5502ee04445e261c6e441c80885f1654949a 4RMD160 (Moose-2.1401.tar.gz) = bd74bb2760bffcf9733d27ee7eb0f75a91cf8b79
5Size (Moose-2.1400.tar.gz) = 798718 bytes 5Size (Moose-2.1401.tar.gz) = 799404 bytes