Thu Sep 5 19:27:14 2013 UTC ()
Update to 0.9904:

2013-09-02  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9904' using shipit.
	[4fab8f3e7a2c] [tip]

	* t/08_corelist.t:
	Almost forgot to add this
	[4e3713e87478] [0.9904]

	* vutil/vxs.xs:
	Delete this useless code path
	[5effc1d02853]

	* README:
	Fixup typo in README
	[7b9cc580738a]

	* MANIFEST, Makefile.PL, README, t/07locale.t, vutil/vutil.c,
	vutil/vxs.xs:
	A couple subtle changes from bleadperl. Also, require parent to be
	installed even if it should have been installed already (Thanks
	RHEL!). Handle magical initializers (like tied hash elements), but
	only test where we can do it easily.
	[6fd396e1006b]

2013-08-20  John Peacock  <john.peacock@havurah-software.org>

	* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/04strict_lax.t, t/05sigdie.t, t/06noop.t, t/07locale.t,
	t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Final sync with bleadperl
	[4d748bda798b]

2013-08-18  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9903' using shipit.
	[02af417226b0]

	* vutil/lib/version/vxs.pm:
	Missed one VERSION++
	[8c04e6e6f195] [0.9903]

	* README:
	Final tweaks before release to CPAN
	[a63c5368dbae]

2013-08-16  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pod:
	More whitespace normalization
	[bebbe00cbd68]

2013-08-15  John Peacock  <john.peacock@havurah-software.org>

	* lib/version.pm, lib/version/Internals.pod, t/01base.t,
	t/02derived.t, t/03require.t, t/04strict_lax.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/coretests.pm, vperl/vpp.pm:
	Merge with core perl changes and bump $VERSION for release.
	[cf81a9587bf2]

2013-07-06  John Peacock  <john.peacock@havurah-software.org>

	* lib/version/Internals.pod:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=86582
	[f831a867b6be]

	* Makefile.PL:
	Always install version::vpp even when installing XS code Resolves
	https://rt.cpan.org/Ticket/Display.html?id=84616
	[e983c52f6935]

	* Makefile.PL:
	Require the correct minimum version of "parent"
	[1aa33af2f954]

	* Makefile.PL, t/coretests.pm:
	Eliminate "use base" usage
	[ffee69e907be]

2013-03-06  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Tagging version '0.9902' using shipit.
	[5c6574976e24]

	* lib/version.pm:
	Make sure to create &version::new alias with all Perls
	[9fc95f57161a] [0.9902]

2013-03-05  John Peacock  <john.peacock@havurah-software.org>

	* README:
	Ready for release to CPAN
	[e8829f2f8800]

2013-03-03  John Peacock  <john.peacock@havurah-software.org>

	* vperl/vpp.pm:
	Pure Perl version::new() should also croak if called as function.
	Resolves: https://rt.cpan.org/Ticket/Display.html?id=81085
	[823994482617]

	* lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
	t/05sigdie.t, t/06noop.t, t/07locale.t, t/coretests.pm,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Cope with hashkey ordering changes. Resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=81708
	[3c49b0c9c7d6]

	* Makefile.PL:
	Implement PERL_ONLY environment variable. Resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=83509
	[be18a6913e9d]

	* .hgignore, vutil/vutil.c, vutil/vxs.xs:
	Don't create object structure until after prescanning, resolves:

	 https://rt.cpan.org/Public/Bug/Display.html?id=81086
	[50e4af5e81ce]

2012-11-15  John Peacock  <john.peacock@havurah-software.org>

	* t/01base.t, vutil/vxs.xs:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=81085
	[38f2fe7b96fd]


(wiz)
diff -r1.25 -r1.26 pkgsrc/devel/p5-version/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/p5-version/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/p5-version/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-version/Attic/Makefile 2013/05/31 12:40:56 1.25
+++ pkgsrc/devel/p5-version/Attic/Makefile 2013/09/05 19:27:14 1.26
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.25 2013/05/31 12:40:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2013/09/05 19:27:14 wiz Exp $
2 2
3DISTNAME= version-0.9901 3DISTNAME= version-0.9904
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/}
8 7
9MAINTAINER= abs@absd.org 8MAINTAINER= abs@absd.org
10HOMEPAGE= http://search.cpan.org/dist/version/ 9HOMEPAGE= http://search.cpan.org/dist/version/
11COMMENT= Perl extension for Version Objects 10COMMENT= Perl extension for Version Objects
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16USE_LANGUAGES= c 15USE_LANGUAGES= c
17PERL5_PACKLIST= auto/version/.packlist 16PERL5_PACKLIST= auto/version/.packlist
18PERL5_MODULE_TYPE= MakeMaker 17PERL5_MODULE_TYPE= MakeMaker

cvs diff -r1.18 -r1.19 pkgsrc/devel/p5-version/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-version/Attic/distinfo 2012/10/21 22:52:00 1.18
+++ pkgsrc/devel/p5-version/Attic/distinfo 2013/09/05 19:27:14 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2012/10/21 22:52:00 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2013/09/05 19:27:14 wiz Exp $
2 2
3SHA1 (version-0.9901.tar.gz) = 405692dc6694e19bb33d0d3aa0195a8726fdf7b5 3SHA1 (version-0.9904.tar.gz) = 180137e83b6177542a67bb539ed167ce8bc67685
4RMD160 (version-0.9901.tar.gz) = 394b4966c0953d795d5f3e3a3e007e00a0d17309 4RMD160 (version-0.9904.tar.gz) = 5372d8ad9b2f0da5722dc033702ce7f99b7c2218
5Size (version-0.9901.tar.gz) = 106769 bytes 5Size (version-0.9904.tar.gz) = 108464 bytes