diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-16 06:13:39 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-16 06:13:39 +0000 |
commit | 22fbb37f0280058a735e6f253523bdfc6ab96e55 (patch) | |
tree | 0b40ba00fce86a0fc71d69a481da39e644663d79 | |
parent | 5beab2286d3bd5cdc1b8ea16d9f41924550f3d0e (diff) | |
download | pkgsrc-22fbb37f0280058a735e6f253523bdfc6ab96e55.tar.gz |
Update p5-version to 0.95.
Changes from previous:
----------------------
2011-11-12 John Peacock <john.peacock@havurah-software.org>
* .hgtags:
Tagging version '0.95' using shipit.
[f76612f96814] [tip]
* README, t/coretests.pm, vutil/vxs.xs:
Turns out the XS code didn't prevent the math ops from working after
all. Add a test to make sure we catch that and update README for
release.
[9f4e1ff7704c] [0.95]
* t/06noop.t:
Forgot to add test file for math noop methods
[ca0bc8526ea5]
* MANIFEST, vperl/vpp.pm:
Restore 5.14.x behavior of UNIVERSAL::VERSION to pure Perl code
[1dd0281f09b8]
* t/coretests.pm, vutil/vutil.c, vutil/vutil.h, vutil/vxs.xs:
Fix segfault with versions that start with 'v', especially
'version'.
[868edaf0223b]
2011-10-30 John Peacock <john.peacock@havurah-software.org>
* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
t/05sigdie.t, t/coretests.pm, vutil/lib/version/vxs.pm:
Bump $VERSION in preparation for eventual release.
[3bcfd3008cbc]
* vutil/vxs.xs:
Revert change to UNIVERSAL::VERSION replacement, pending ruling from
the bench.
[d5c1282dfe13]
* vperl/vpp.pm:
For some reason, nomethod doesn't work in pure Perl code, so be
explicit about ops that are not allowed.
[5cad9cde035e]
2011-08-21 John Peacock <john.peacock@havurah-software.org>
* .hgtags:
Tagging version '0.94' using shipit.
[743538f58cb7]
* Makefile.PL, lib/version.pod, lib/version/Internals.pod:
Tweak POD and add LICENSE to Makefile.PL. Resolves:
https://rt.cpan.org/Public/Bug/Display.html?id=70120
[3a4fae29c763] [0.94]
* MANIFEST, t/05sigdie.t:
Add test to confirm that the $SIG{__DIE__} handling is correct.
[4a421bba05c9]
* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Prevent DIE handlers in user code from tripping up loading version.
Don't know how this hasn't shown up until now. Resolves:
https://rt.cpan.org/Ticket/Display.html?id=70260
[754fd86858af]
-rw-r--r-- | devel/p5-version/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-version/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-version/Makefile b/devel/p5-version/Makefile index 3cae5979168..1c31c8306f9 100644 --- a/devel/p5-version/Makefile +++ b/devel/p5-version/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2011/08/10 06:24:06 adam Exp $ +# $NetBSD: Makefile,v 1.19 2011/12/16 06:13:39 hiramatsu Exp $ -DISTNAME= version-0.93 +DISTNAME= version-0.95 PKGNAME= p5-${DISTNAME}00 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/} diff --git a/devel/p5-version/distinfo b/devel/p5-version/distinfo index 733a6dc1d99..b3d7aa7053c 100644 --- a/devel/p5-version/distinfo +++ b/devel/p5-version/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2011/08/10 06:24:06 adam Exp $ +$NetBSD: distinfo,v 1.15 2011/12/16 06:13:39 hiramatsu Exp $ -SHA1 (version-0.93.tar.gz) = f65d2ce7799e65b47439ef1584297d884e34e6a8 -RMD160 (version-0.93.tar.gz) = 19f4f5d67e81bf5852903d1d9403b68229cb69f2 -Size (version-0.93.tar.gz) = 103900 bytes +SHA1 (version-0.95.tar.gz) = 4fae3d19d03d7aefac6234178cf97d92a47920b3 +RMD160 (version-0.95.tar.gz) = aeb45246e0d9716915f66fd623faa099167786c0 +Size (version-0.95.tar.gz) = 105137 bytes |