diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-11 03:22:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-11 03:22:10 +0000 |
commit | 9035e3bf56ceca64fade16836267350a02158607 (patch) | |
tree | 756a87cb66fac3c151151c5f4bcf7a6b39fb0beb /devel | |
parent | 0746740af3936fc498f2537d232537f5afb43626 (diff) | |
download | pkgsrc-9035e3bf56ceca64fade16836267350a02158607.tar.gz |
Update p5-parent to 0.225.
Changes from previous:
----------------------
0.225 20110308
. Applied a docpatch by Robin Barker to fix the documentation
about the warning of inheriting from yourself.
Fixes RT #66459
0.224 20101031
. Change assignment @ISA = (@ISA, 'new::class')
to use push @ISA, 'new::class'
This should make class creation faster from 5.10 onwards
and reverts a change made in 2.14. If this is critically slow for you
and you can't upgrade your version of Perl, use the old way.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-parent/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-parent/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-parent/Makefile b/devel/p5-parent/Makefile index 7cc55e28801..0b4e58c8257 100644 --- a/devel/p5-parent/Makefile +++ b/devel/p5-parent/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:49 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/11 03:22:10 hiramatsu Exp $ # -DISTNAME= parent-0.223 +DISTNAME= parent-0.225 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/} diff --git a/devel/p5-parent/distinfo b/devel/p5-parent/distinfo index 286c2366c11..b7bf5426c84 100644 --- a/devel/p5-parent/distinfo +++ b/devel/p5-parent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/09/12 18:31:17 sno Exp $ +$NetBSD: distinfo,v 1.3 2012/02/11 03:22:10 hiramatsu Exp $ -SHA1 (parent-0.223.tar.gz) = 563030b1139dbf20f71168ef1e8887d8c4145768 -RMD160 (parent-0.223.tar.gz) = 2553889ea930fdc208a3124cd331b936133b6d9b -Size (parent-0.223.tar.gz) = 5334 bytes +SHA1 (parent-0.225.tar.gz) = b855f33fceb4828d72e0da12437c1627be2938fc +RMD160 (parent-0.225.tar.gz) = 6b13e06a0ff650374661390099319be628f41fd2 +Size (parent-0.225.tar.gz) = 5533 bytes |