summaryrefslogtreecommitdiff
path: root/devel/p5-Moo
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-05-27 15:44:57 +0000
committerwen <wen@pkgsrc.org>2014-05-27 15:44:57 +0000
commit96c72252ddb2ac31b12eb2e736079d8391877f2f (patch)
tree9a22e9f1d305739806d5016ed16c9399d4486cfc /devel/p5-Moo
parent4d0d9e97a7aa235a981304e749b506c7afd0e314 (diff)
downloadpkgsrc-96c72252ddb2ac31b12eb2e736079d8391877f2f.tar.gz
Update to 1.004006
Upstream changes: 1.004006 - 2014-05-27 - fix quotify for characters in the \x80-\xFF range when used under the utf8 pragma. Also fixes some cases of constructor generation with the pragma. 1.004005 - 2014-05-23 - releasing 1.004_004 as stable 1.004_004 - 2014-05-12 - stop internally depending on Moo::Object::new including all inputs in constructed object - be more careful when munging code for inlining - fix maintaining source of quoted sub for lifetime of sub - redo foreign C3 compatibility, fixing constructors without changing behavior for Moo constructors - don't build Moose metaclass when checking Moo classes with ->is_role - include Sub::Name in recommendations metadata 1.004_003 - 2014-04-13 - always maintain source of quoted subs for the lifetime of the sub - fix Sub::Quote and Sub::Defer leaking memory - Class::XSAccessor is now listed as a recommended prerequisite - fix generating a subclass with roles when using a non-standard accessor - use alternate quoting routine, which is faster and saves memory by not loading B.pm - fix default of undef - fix inheriting from a class with a prototype on new - use ->is_role internally to check if a package is a role - minimise Role::Tiny coupling outside Moo::Role - fix calling parent constructor when C3 multiple inheritance is in use (such as when combining with DBIx::Class) - return true from Moo::Role->is_role for all loaded Moose roles - improved test coverage - fix strictures author test when PERL_STRICTURES_EXTRA is set - remove Dist::CheckConflicts prerequisite and replace with a test to report known broken downstream modules - fix x_breaks metadata
Diffstat (limited to 'devel/p5-Moo')
-rw-r--r--devel/p5-Moo/Makefile4
-rw-r--r--devel/p5-Moo/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile
index 29aeb239942..feca6c975de 100644
--- a/devel/p5-Moo/Makefile
+++ b/devel/p5-Moo/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2014/01/01 14:00:48 wen Exp $
+# $NetBSD: Makefile,v 1.16 2014/05/27 15:44:58 wen Exp $
-DISTNAME= Moo-1.004002
+DISTNAME= Moo-1.004006
PKGNAME= p5-${DISTNAME}
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 948760f925e..ea4e25fdccb 100644
--- a/devel/p5-Moo/distinfo
+++ b/devel/p5-Moo/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2014/01/01 14:00:48 wen Exp $
+$NetBSD: distinfo,v 1.13 2014/05/27 15:44:58 wen Exp $
-SHA1 (Moo-1.004002.tar.gz) = eb47d7eb61699321faca916d7ae9eb5ed02c34ee
-RMD160 (Moo-1.004002.tar.gz) = a6b32ebaa998f727b067dc10687bb621b66c4dcc
-Size (Moo-1.004002.tar.gz) = 80226 bytes
+SHA1 (Moo-1.004006.tar.gz) = 8cbb71380ebe61e9c80fcd5840b3b94b632fc5bc
+RMD160 (Moo-1.004006.tar.gz) = 12f22c47f04c6000b6ac12f7b4e209ce44f58e19
+Size (Moo-1.004006.tar.gz) = 85641 bytes