summaryrefslogtreecommitdiff
path: root/devel/p5-Moo
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-01-01 14:00:48 +0000
committerwen <wen@pkgsrc.org>2014-01-01 14:00:48 +0000
commit5b064b4e2c4b61cf38bfcbc862a3af3809dd4082 (patch)
tree3c457e5ed2161732afe88df6fce835bae5de527e /devel/p5-Moo
parent8d41d8e74a508345aa4973e56a16b1089c8dbc60 (diff)
downloadpkgsrc-5b064b4e2c4b61cf38bfcbc862a3af3809dd4082.tar.gz
Update to 1.004002
Update DEPENDS Upstream changes: 1.004002 - 2013-12-31 - fix type inflation in threads when types are inserted by manually stringifying the type first (like Type::Tiny) - add undefer_all to Sub::Defer 1.004001 - 2013-12-27 - fix repository links in pod - add missing changelog entry regarding strictures to 1.004000 release 1.004000 - 2013-12-26 - strictures will now be applied to modules using Moo just as if they included "use strictures" directly. This means that strictures extra checks will now apply to code in checkouts. - fix handling of type inflation when used with threads - don't include meta method when consuming Mouse roles - inhale Moose roles for has attr => ( handles => "RoleName" ) - provide useful error if attribute defined as required but with init_arg => undef - document that BUILDARGS isn't called when there are no attributes - omit sub imported before use Moo from Moose method inflation - check for FOREIGNBUILDARGS only once per class instead of on each instantiation - take advantage of XS predicates from newer versions of Class::XSAccessor - always try to load superclasses and roles, and only fall back on the heuristic of checking for subs if the file doesn't exist - fix handling of attributes with names that aren't valid identifiers - Quoted subs now preserve the package and pragmas from their calling code - the official Moo git repository has moved to the Moose organization on GitHub: https://github.com/moose/Moo
Diffstat (limited to 'devel/p5-Moo')
-rw-r--r--devel/p5-Moo/Makefile9
-rw-r--r--devel/p5-Moo/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile
index 165ecfe4516..29aeb239942 100644
--- a/devel/p5-Moo/Makefile
+++ b/devel/p5-Moo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2013/10/02 07:35:57 wen Exp $
+# $NetBSD: Makefile,v 1.15 2014/01/01 14:00:48 wen Exp $
-DISTNAME= Moo-1.003001
+DISTNAME= Moo-1.004002
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Moo/
@@ -11,10 +11,11 @@ COMMENT= Minimalist Object Orientation (with Moose compatiblity)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
-DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
+DEPENDS+= p5-Devel-GlobalDestruction>=0.11:../../devel/p5-Devel-GlobalDestruction
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
DEPENDS+= p5-Role-Tiny>=1.003002:../../devel/p5-Role-Tiny
DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures
+DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
diff --git a/devel/p5-Moo/distinfo b/devel/p5-Moo/distinfo
index 047c2eccc9c..948760f925e 100644
--- a/devel/p5-Moo/distinfo
+++ b/devel/p5-Moo/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/10/02 07:35:57 wen Exp $
+$NetBSD: distinfo,v 1.12 2014/01/01 14:00:48 wen Exp $
-SHA1 (Moo-1.003001.tar.gz) = 6697d336935e1c89537b42adb0d0a1c4d5432e8b
-RMD160 (Moo-1.003001.tar.gz) = b695ae0bd384d7a64087f6cb26a5f29303ffd006
-Size (Moo-1.003001.tar.gz) = 73689 bytes
+SHA1 (Moo-1.004002.tar.gz) = eb47d7eb61699321faca916d7ae9eb5ed02c34ee
+RMD160 (Moo-1.004002.tar.gz) = a6b32ebaa998f727b067dc10687bb621b66c4dcc
+Size (Moo-1.004002.tar.gz) = 80226 bytes