pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-version Update debel/p5-version to 0.68.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66ad1391900
branches:  trunk
changeset: 523645:e66ad1391900
user:      bad <bad%pkgsrc.org@localhost>
date:      Wed Jan 10 22:08:05 2007 +0000

description:
Update debel/p5-version to 0.68.
Changes since 0.6701:

2006-10-29  John Peacock <jpeacock%cpan.org@localhost>

Release 0.68 to CPAN with locale tests.

2006-10-08  John Peacock <jpeacock%cpan.org@localhost>

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@localhost>

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:

 devel/p5-version/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 249242c3506e -r e66ad1391900 devel/p5-version/Makefile
--- a/devel/p5-version/Makefile Wed Jan 10 22:06:08 2007 +0000
+++ b/devel/p5-version/Makefile Wed Jan 10 22:08:05 2007 +0000
@@ -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/}



Home | Main Index | Thread Index | Old Index