Sat Apr 13 14:22:05 2013 UTC ()
Update to 1.001000
Update DEPENDS

Upstream changes:
1.001000 - 2013-03-16
  - has will refuse to overwrite locally defined subs with generated
    accessors.
  - added more meta resources and added more support relevant links into
    the POD documentation
  - clarify in docs that default and built values won't call triggers
    (RT#82310)
  - expand is => 'lazy' doc to make it clear that you can make rw lazy
    attributes if you really want to
  - handles => "RoleName" tries to load the module
  - fix delegation to false/undef attributes (RT#83361)

1.000008 - 2013-02-06
  - Re-export on 'use Moo' after 'no Moo'
  - Export meta() into roles (but mark as non-method to avoid composing it)
  - Don't generate an accessor for rw attributes if reader+writer both set
  - Support builder => sub {} ala MooseX::AttributeShortcuts
  - Fix 'no Moo;' to preserve non-sub package variables
  - Switch to testing for Mouse::Util->can('find_meta') to avoid
    exploding on ancient Mouse installs
  - Fix loading order bug that results in _install_coderef being treated
    as indirect object notation


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

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

--- pkgsrc/devel/p5-Moo/Makefile 2013/01/26 13:31:10 1.9
+++ pkgsrc/devel/p5-Moo/Makefile 2013/04/13 14:22:05 1.10
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2013/01/26 13:31:10 rhaen Exp $ 1# $NetBSD: Makefile,v 1.10 2013/04/13 14:22:05 wen Exp $
2 2
3DISTNAME= Moo-1.000007 3DISTNAME= Moo-1.001000
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
17DEPENDS+= p5-strictures>=1.001001:../../devel/p5-strictures 17DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures
 18
 19BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
18 20
19PERL5_PACKLIST= auto/Moo/.packlist 21PERL5_PACKLIST= auto/Moo/.packlist
20 22
21.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Moo/distinfo 2013/01/26 13:31:10 1.7
+++ pkgsrc/devel/p5-Moo/distinfo 2013/04/13 14:22:05 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2013/01/26 13:31:10 rhaen Exp $ 1$NetBSD: distinfo,v 1.8 2013/04/13 14:22:05 wen Exp $
2 2
3SHA1 (Moo-1.000007.tar.gz) = 59fc29b8092f001d29946a3c87dce8ef3868ba49 3SHA1 (Moo-1.001000.tar.gz) = d79d03c50007e9bdd3f978864d501d561e9019b7
4RMD160 (Moo-1.000007.tar.gz) = 7d1b1496aaa0ff09ef0c9feb67b453a1ef5a9dbe 4RMD160 (Moo-1.001000.tar.gz) = eec88fcab9bd6053e7b7781ce9d960ffeb563e26
5Size (Moo-1.000007.tar.gz) = 55117 bytes 5Size (Moo-1.001000.tar.gz) = 59682 bytes