summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2007-06-10 08:55:34 +0000
committerobache <obache>2007-06-10 08:55:34 +0000
commitfeb0b4894fb1bee73e0a7f08c51d711afa6c0e7f (patch)
treeb8c201beb234d03fcced4f23fd7112c0ad933784 /devel
parentefc149f9e51f035be7de314b301a49527f510188 (diff)
downloadpkgsrc-feb0b4894fb1bee73e0a7f08c51d711afa6c0e7f.tar.gz
Update p5-version to 0.7203.
Patch provided by Mark E. Perkins in PR 36465. 2007-04-17 John Peacock <jpeacock@cpan.org> Neglected to delete or comment out a $DB::single (again). 2007-04-17 John Peacock <jpeacock@cpan.org> One last place that needed a leading 'v' (for non-magic v-strings). 2007-04-17 John Peacock <jpeacock@cpan.org> v-string created version objects always stringify with a leading 'v' for consistency's sake, since we have no way of knowing whether one was present for 5.6.0 <= Perl < 5.8.1 (non-magic v-strings). 2007-04-17 John Peacock <jpeacock@cpan.org> When copying an existing version object, forgot to copy the original string representation. 2007-04-14 John Peacock <jpeacock@cpan.org> Return original string value for all stringification cases except for qv(1.2) which returns 'v1.2' for roundtrip purposes. 2007-04-12 John Peacock <jpeacock@cpan.org> Output the original string form for numeric versions for XS code now. Ready to release to CPAN. 2007-04-12 John Peacock <jpeacock@cpan.org> It will be less surprising to overload string comparisons (now that the default stringification is identical to the initializer) than it would be to not overload them. 2007-04-11 John Peacock <jpeacock@cpan.org> Better way to handle the undef initialization case. 2007-04-11 John Peacock <jpeacock@cpan.org> Disallow string comparisons with version objects. Tests adjusted to use numeric comparisons only. 2007-04-11 John Peacock <jpeacock@cpan.org> Cache the original string used to initialize the version object and return that when stringifying. Only works with pure Perl class for the moment. 2007-03-18 John Peacock <jpeacock@cpan.org> Add more text to README on v-string support. 2007-03-18 John Peacock <jpeacock@cpan.org> Now supports non-magical v-strings (Perl 5.6.0-5.8.0)! Polymorphic error messages from 5.6.0 onwards. 2007-03-10 John Peacock <jpeacock@cpan.org> Polymorphic error messages work everywhere except XS under 5.6.2. :( 2007-03-10 John Peacock <jpeacock@cpan.org> Polymorphic error messages now working (and tested) in pure Perl module. 2007-02-13 John Peacock <jpeacock@cpan.org> Don't need to explicitely specify the MAN3POD stuff, since EU::MM will now do that automatically (since the POD is mentioned in PM). Actually, magic v-strings came in at 5.8.1, not 5.8.0 (spotted in the bleadperl variant).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-version/Makefile4
-rw-r--r--devel/p5-version/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-version/Makefile b/devel/p5-version/Makefile
index 376b44a89f4..9e2eb8a9b1a 100644
--- a/devel/p5-version/Makefile
+++ b/devel/p5-version/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/05/18 20:21:50 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2007/06/10 08:55:34 obache Exp $
#
-DISTNAME= version-0.70
+DISTNAME= version-0.7203
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 15f1c50c795..42a308fe562 100644
--- a/devel/p5-version/distinfo
+++ b/devel/p5-version/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/02/22 12:26:27 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/06/10 08:55:34 obache Exp $
-SHA1 (version-0.70.tar.gz) = 97dfbae8ebf8ef4bf4a495431d9b55fcf9e40979
-RMD160 (version-0.70.tar.gz) = 04366aff7b43e72c300bc80367c9951e3190917d
-Size (version-0.70.tar.gz) = 51930 bytes
+SHA1 (version-0.7203.tar.gz) = d5759b9796b1c1f36c8be55de36e7a794474cf2f
+RMD160 (version-0.7203.tar.gz) = 1ca900273cf7bf5cc7707a51848085b252d6db81
+Size (version-0.7203.tar.gz) = 53250 bytes