summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbad <bad>2007-01-10 22:08:05 +0000
committerbad <bad>2007-01-10 22:08:05 +0000
commitf105412da7a17e6be74453988d05d77390a579fe (patch)
tree7b393001f4617393a9617a47da5d9514e5eca3c1 /devel
parent531622203714c39b7651395728fe6581b8854aea (diff)
downloadpkgsrc-f105412da7a17e6be74453988d05d77390a579fe.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')
-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/}