summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen>2013-04-03 06:47:26 +0000
committerwen <wen>2013-04-03 06:47:26 +0000
commit6cb073aa6d0fe639d981f4f6b3de1f9f1525bab1 (patch)
tree1cd77d7ec58eeed02472940ec8c01ef55539f843 /devel
parent8bde4238b80692d48eea63c39dd205d908b769b9 (diff)
downloadpkgsrc-6cb073aa6d0fe639d981f4f6b3de1f9f1525bab1.tar.gz
Update to 2.0801
Upstream changes: 2.0801 Thu, Mar 28, 2013 [BUG FIXES] * properly apply traits at compile time (error introduced in 2.0800, RT#77974). (doy) 2.0800 Wed, Mar 27, 2013 [ENHANCEMENTS] * The super() subroutine now carps if you pass it arguments. These arguments are always ignored, but we used to ignore them silently. RT #77383. * Roles can now override methods from other roles they consume directly, without needing to manually exclude them (just like classes can). (mst) [BUG FIXES] * Fix false positive when checking for circular references for modules that use the "also" parameter with Moose::Exporter. Reported by Jon Swartz. Fixed by Matthew Wickline. RT #63818. * Fix memory leak in type unions. (Karen Etheridge) RT#83929. * Fix application of traits at compile time. (doy) RT#77974.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Moose/Makefile4
-rw-r--r--devel/p5-Moose/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile
index a8e0fe1cd9f..3e7e5613211 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2012/10/31 11:18:33 asau Exp $
+# $NetBSD: Makefile,v 1.61 2013/04/03 06:47:26 wen Exp $
-DISTNAME= Moose-2.0604
+DISTNAME= Moose-2.0801
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo
index 1041b406781..b1e8f8adfe0 100644
--- a/devel/p5-Moose/distinfo
+++ b/devel/p5-Moose/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2012/10/13 11:23:00 wen Exp $
+$NetBSD: distinfo,v 1.50 2013/04/03 06:47:26 wen Exp $
-SHA1 (Moose-2.0604.tar.gz) = 797c0fa987e5ecf50335813f31c7d8ae88c88e20
-RMD160 (Moose-2.0604.tar.gz) = ac24f46c2305f384a27ce30e7725ec7a153595fa
-Size (Moose-2.0604.tar.gz) = 696388 bytes
+SHA1 (Moose-2.0801.tar.gz) = bc3b698b40784ecf8a35bcb98281599a26b91691
+RMD160 (Moose-2.0801.tar.gz) = cfe03301cf9cfac56f20cd28d443475d66fd03a7
+Size (Moose-2.0801.tar.gz) = 658287 bytes