pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-parent
Module Name: pkgsrc
Committed By: hiramatsu
Date: Sat Feb 11 03:22:10 UTC 2012
Modified Files:
pkgsrc/devel/p5-parent: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-parent/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-parent/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index