diff options
author | wen <wen> | 2013-04-13 14:22:05 +0000 |
---|---|---|
committer | wen <wen> | 2013-04-13 14:22:05 +0000 |
commit | 2a250fcb5b503944f8e61c1d4c007544e81abee8 (patch) | |
tree | 6a1d62e6c4dde8471ce472db4780fc4f02ea042f /devel | |
parent | 9cae4869d2b1f18fea5b68ff759c8346287145f0 (diff) | |
download | pkgsrc-2a250fcb5b503944f8e61c1d4c007544e81abee8.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Moo/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Moo/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
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 |