From 010591a0ce5784ce9ace12c3312f1f5ff35c1348 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Jul 2015 19:09:11 +0000 Subject: [PATCH] Update to 2.000002: 2.000002 - 2015-07-24 - BUILDARGS will now always be called on object creation, even if no attributes exist - fix required attributes with spaces or other odd characters in init_arg - fix (is => 'lazy', required => 1, init_arg => undef), which previously didn't think it provided a builder - under 'no Moo::sification', prevent automatic Moose metaclass inflation from ->meta calls - don't load Moo::Role for a ->does check if no roles could exist - make global destruction test more robust from outside interference - fix false default values satisfying required attributes - Fix Moose attribute delegation to a Moo class via a wildcard - work around case where Sub::Util is loadable but doesn't provide Sub::Util::set_subname - skip thread tests on perl 5.8.4 and below where threads are extremely unreliable - Allow stub methods (e.g. sub foo;) to be overwritten by accessors or other generated methods. (RT#103804) --- devel/p5-Moo/Makefile | 5 ++--- devel/p5-Moo/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile index ea1200ee99aa..e91188d7ad70 100644 --- a/devel/p5-Moo/Makefile +++ b/devel/p5-Moo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2015/06/12 10:49:28 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/07/26 19:09:11 wiz Exp $ -DISTNAME= Moo-2.000001 +DISTNAME= Moo-2.000002 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} diff --git a/devel/p5-Moo/distinfo b/devel/p5-Moo/distinfo index eba5b0f94a05..1049c5dfca21 100644 --- a/devel/p5-Moo/distinfo +++ b/devel/p5-Moo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2015/04/02 22:42:10 wiz Exp $ +$NetBSD: distinfo,v 1.20 2015/07/26 19:09:11 wiz Exp $ -SHA1 (Moo-2.000001.tar.gz) = 4ee60e06a2a54d0d803216abce51247a40ef821b -RMD160 (Moo-2.000001.tar.gz) = a38634b93a5116aa99c9ef735e3c16330ef4e10d -Size (Moo-2.000001.tar.gz) = 92847 bytes +SHA1 (Moo-2.000002.tar.gz) = 6b75832dc0e38dbce34dd4366ad8d7c4c25a2554 +RMD160 (Moo-2.000002.tar.gz) = 5eba38af1ea49d114fe6336283a2e135e9b12569 +Size (Moo-2.000002.tar.gz) = 94253 bytes