From 2a250fcb5b503944f8e61c1d4c007544e81abee8 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 13 Apr 2013 14:22:05 +0000 Subject: 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 --- devel/p5-Moo/Makefile | 8 +++++--- devel/p5-Moo/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'devel') diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile index c9b11a1478e..2b44645608d 100644 --- a/devel/p5-Moo/Makefile +++ b/devel/p5-Moo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/01/26 13:31:10 rhaen Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/13 14:22:05 wen Exp $ -DISTNAME= Moo-1.000007 +DISTNAME= Moo-1.001000 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/} @@ -14,7 +14,9 @@ DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime DEPENDS+= p5-Role-Tiny>=1.002004:../../devel/p5-Role-Tiny -DEPENDS+= p5-strictures>=1.001001:../../devel/p5-strictures +DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures + +BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal PERL5_PACKLIST= auto/Moo/.packlist diff --git a/devel/p5-Moo/distinfo b/devel/p5-Moo/distinfo index 28b409ec0bd..922b84e5fc7 100644 --- a/devel/p5-Moo/distinfo +++ b/devel/p5-Moo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/01/26 13:31:10 rhaen Exp $ +$NetBSD: distinfo,v 1.8 2013/04/13 14:22:05 wen Exp $ -SHA1 (Moo-1.000007.tar.gz) = 59fc29b8092f001d29946a3c87dce8ef3868ba49 -RMD160 (Moo-1.000007.tar.gz) = 7d1b1496aaa0ff09ef0c9feb67b453a1ef5a9dbe -Size (Moo-1.000007.tar.gz) = 55117 bytes +SHA1 (Moo-1.001000.tar.gz) = d79d03c50007e9bdd3f978864d501d561e9019b7 +RMD160 (Moo-1.001000.tar.gz) = eec88fcab9bd6053e7b7781ce9d960ffeb563e26 +Size (Moo-1.001000.tar.gz) = 59682 bytes -- cgit v1.2.3