Mon May 6 16:00:27 2013 UTC ()
Update to 1.002000

Upstream changes:
1.002000 - 2013-05-04
  - add 'moosify' attribute key to provide code for inflating to Moose
  - fix warnings about unknown attribute parameters on metaclass inflation
  - don't pass 'handles' down when doing 'has +' to avoid unDWIMmy explosions
  - throw a useful exception when typemap doesn't return a value
  - avoid localising @_ when not required for Sub::Quote
  - successfully inflate a metaclass for attributeless classes (RT#86415)
  - fix false default values used with non-lazy accessors
  - stop built values that fail isa checks still getting stored in the object
  - stop lazy+weak_ref accessors re-building their value on every call
  - make lazy+weak_ref accessors return undef if built value isn't already
    stored elsewhere (Moose compatibility)
  - stop isa checks being called on every access for lazy attributes
  - bump Devel::GlobalDestruction dependency to fix warning on cleanup
    when run under -c (RT#78617)
  - document Moose type constraint creation for roles and classes
    (actually fixed in 1.001000)


(wen)
diff -r1.10 -r1.11 pkgsrc/devel/p5-Moo/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Moo/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-Moo/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moo/Makefile 2013/04/13 14:22:05 1.10
+++ pkgsrc/devel/p5-Moo/Makefile 2013/05/06 16:00:27 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2013/04/13 14:22:05 wen Exp $ 1# $NetBSD: Makefile,v 1.11 2013/05/06 16:00:27 wen Exp $
2 2
3DISTNAME= Moo-1.001000 3DISTNAME= Moo-1.002000
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Moo/ 9HOMEPAGE= http://search.cpan.org/dist/Moo/
10COMMENT= Minimalist Object Orientation (with Moose compatiblity) 10COMMENT= Minimalist Object Orientation (with Moose compatiblity)
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers 13DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
14DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction 14DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
15DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime 15DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
16DEPENDS+= p5-Role-Tiny>=1.002004:../../devel/p5-Role-Tiny 16DEPENDS+= p5-Role-Tiny>=1.002004:../../devel/p5-Role-Tiny

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Moo/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Moo/distinfo 2013/04/13 14:22:05 1.8
+++ pkgsrc/devel/p5-Moo/distinfo 2013/05/06 16:00:27 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2013/04/13 14:22:05 wen Exp $ 1$NetBSD: distinfo,v 1.9 2013/05/06 16:00:27 wen Exp $
2 2
3SHA1 (Moo-1.001000.tar.gz) = d79d03c50007e9bdd3f978864d501d561e9019b7 3SHA1 (Moo-1.002000.tar.gz) = 3e53c1772d37c9d1ecdf7e57b7107ed26235410d
4RMD160 (Moo-1.001000.tar.gz) = eec88fcab9bd6053e7b7781ce9d960ffeb563e26 4RMD160 (Moo-1.002000.tar.gz) = a8a77e43968856048c2c137e0d9fbfe0c4d99132
5Size (Moo-1.001000.tar.gz) = 59682 bytes 5Size (Moo-1.002000.tar.gz) = 63981 bytes