Update to 0.97:
Tagging version '0.97' using shipit. Prep for 0.97 release to CPAN Need to actually check to make sure we have a comma locale. Tagging version '0.96' using shipit. Final merge from bleadperl plus whitespace cleanup Wrong skip count and extra whitespace Eliminate comma_locale helper script after all, since we don't really need it with only one locale test file. Sync with Perl core, especially not leaking scalars during boolean. Figured out what I was missing on Perl > 5.9 tests. For some reason, the pure Perl test fails otherwise. Turns out this isn't a bug in version but in Perl, so we cannot test it here. Merge changes from bleadperl. Split out locale testing to two files. Prep for releasing 0.96 to CPAN. No longer recommend 0.77 in the use line.
This commit is contained in:
parent
0616e211f5
commit
df21c39a3d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.19 2011/12/16 06:13:39 hiramatsu Exp $
|
# $NetBSD: Makefile,v 1.20 2012/04/22 10:52:45 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= version-0.95
|
DISTNAME= version-0.97
|
||||||
PKGNAME= p5-${DISTNAME}00
|
PKGNAME= p5-${DISTNAME}00
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.15 2011/12/16 06:13:39 hiramatsu Exp $
|
$NetBSD: distinfo,v 1.16 2012/04/22 10:52:45 wiz Exp $
|
||||||
|
|
||||||
SHA1 (version-0.95.tar.gz) = 4fae3d19d03d7aefac6234178cf97d92a47920b3
|
SHA1 (version-0.97.tar.gz) = f909b2fcf5f1296eefa4e4d887d93f61c44297aa
|
||||||
RMD160 (version-0.95.tar.gz) = aeb45246e0d9716915f66fd623faa099167786c0
|
RMD160 (version-0.97.tar.gz) = 261e2a779e890a4df77b9ed52367216a8c230aa1
|
||||||
Size (version-0.95.tar.gz) = 105137 bytes
|
Size (version-0.97.tar.gz) = 106220 bytes
|
||||||
|
|
Loading…
Reference in a new issue