summaryrefslogtreecommitdiff
path: root/devel/p5-version
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2007-01-10 22:08:05 +0000
committerbad <bad@pkgsrc.org>2007-01-10 22:08:05 +0000
commitb1673696f29c57fc8fbcb9c0755ff5aad05535c7 (patch)
tree7b393001f4617393a9617a47da5d9514e5eca3c1 /devel/p5-version
parent7a61b6aa13c9dcdc39535694a250e13c94bc313c (diff)
downloadpkgsrc-b1673696f29c57fc8fbcb9c0755ff5aad05535c7.tar.gz
Update debel/p5-version to 0.68.
Changes since 0.6701: 2006-10-29 John Peacock <jpeacock@cpan.org> Release 0.68 to CPAN with locale tests. 2006-10-08 John Peacock <jpeacock@cpan.org> I was wrong. Apparently all releases of Perl require you to force the PV to be regenerated after changing the locale. 2006-10-08 John Peacock <jpeacock@cpan.org> Lots of changes. Problems noted in bleadperl because of locales which use commas for the decimal point. Both XS and Perl code updated to handle this, which was tricky for the latter because locale handling was so bad prior to 5.8.0. Harmless warning during testing caused by bad interaction between POSIX and Test::More's AUTOLOAD (no idea how to fix it). Also bumped up required versions in tests and updated Makefile.PL to correctly install the POD file.
Diffstat (limited to 'devel/p5-version')
-rw-r--r--devel/p5-version/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-version/Makefile b/devel/p5-version/Makefile
index a0360f8421c..2739c99b9dc 100644
--- a/devel/p5-version/Makefile
+++ b/devel/p5-version/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/09/01 14:21:46 abs Exp $
+# $NetBSD: Makefile,v 1.4 2007/01/10 22:08:05 bad Exp $
#
-DISTNAME= version-0.6701
+DISTNAME= version-0.68
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/}