diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-17 09:45:15 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-17 09:45:15 +0000 |
commit | 7004b96ffa7ddbba54d1dade7b072db074035cb8 (patch) | |
tree | edd2d4bd54f0ada44c29aa7d38d9c98367e0797f /devel/p5-version | |
parent | 3f5c9fc82286248dbabd60cb016182f312829b94 (diff) | |
download | pkgsrc-7004b96ffa7ddbba54d1dade7b072db074035cb8.tar.gz |
- updated to 0.7501
- ok'ed by abs
ChangeLog:
2008-06-14 John Peacock <jpeacock@cpan.org>
Interim release to correctly install under Perl v5.10.0.
2008-06-07 John Peacock <jpeacock@cpan.org>
Forgot to bump the $VERSION. Go figure.
2008-06-07 John Peacock <jpeacock@cpan.org>
Improve POD to clarify usage and prevent confusion.
2008-04-01 John Peacock <jpeacock@cpan.org>
Optionally use the more efficient XSLoader instead of DynaLoader.
Resolves http://rt.cpan.org//Ticket/Display.html?id=34590
2007-10-24 John Peacock <jpeacock@cpan.org>
Data::Dumper is sometimes too clever for its (and our) own good.
When copying an existing version object, directly set newSViv
instead of using &PL_sv_yes, since the latter has a PV slot which
looks shared to D::D's jaundiced eye.
Resolves:
http://rt.cpan.org/Public/Bug/Display.html?id=30004
2007-09-20 John Peacock <jpeacock@cpan.org>
New code to handle versions too large to fit into an IV slot.
Both the pure Perl and XS code are now safe to use with ~0
Test new functionality.
Diffstat (limited to 'devel/p5-version')
-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 9e2eb8a9b1a..a06ee076b17 100644 --- a/devel/p5-version/Makefile +++ b/devel/p5-version/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/06/10 08:55:34 obache Exp $ +# $NetBSD: Makefile,v 1.8 2008/07/17 09:45:15 rhaen Exp $ # -DISTNAME= version-0.7203 +DISTNAME= version-0.7501 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/} diff --git a/devel/p5-version/distinfo b/devel/p5-version/distinfo index 42a308fe562..9edc26d44c3 100644 --- a/devel/p5-version/distinfo +++ b/devel/p5-version/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/06/10 08:55:34 obache Exp $ +$NetBSD: distinfo,v 1.6 2008/07/17 09:45:15 rhaen Exp $ -SHA1 (version-0.7203.tar.gz) = d5759b9796b1c1f36c8be55de36e7a794474cf2f -RMD160 (version-0.7203.tar.gz) = 1ca900273cf7bf5cc7707a51848085b252d6db81 -Size (version-0.7203.tar.gz) = 53250 bytes +SHA1 (version-0.7501.tar.gz) = bd6d438c6a349e8d48ea79e0497ccf4c4293df80 +RMD160 (version-0.7501.tar.gz) = 5d2a9d3cec012779efa4d5e7c63d8615d4183740 +Size (version-0.7501.tar.gz) = 54848 bytes |