Update to 0.70:

2007-02-12  John Peacock

	Final 0.70 release to CPAN.

2007-02-08  John Peacock

	Error out on malformed input 1._1 (Andy Armstrong <andy@hexten.net>).

2007-02-08  John Peacock

	Backport bleadperl changes.

2007-02-08  John Peacock

	Prepare for another alpha release to CPAN

2007-02-08  John Peacock

	Apply more const'ifying and code cleanup from bleadperl.

2007-02-07  John Peacock

	Better regex to handle weird exponential notation under 5.6.x on OSX.

2007-02-05  John Peacock

	Suppress installation (but test anyways) in bleadperl or better.

2007-01-30  John Peacock

	Bump $VERSION's and update README for another dev release [0.69_02]

2007-01-30  John Peacock

	XS UNIVERSAL::VERSION code now emits error messages just like the release of
	Perl it is compiled against.

2007-01-30  John Peacock

	Need to limit the effects of the WARN handler.
	Stop testing v-strings in Perl 5.6.x until XS code is up to snuff.

2007-01-30  John Peacock

	Complete rewrite of tests to confirm that version::vpp mirrors the
	different Perl releases' error messages.

2007-01-30  John Peacock

	Carefully replicate [almost] all error messages exactly as different Perl
	releases would otherwise report.  Resolves RT#24675 (once the tests are
	adjusted).

2007-01-27  John Peacock

	Improve documentation of v-strings as version initializers.

2007-01-27  John Peacock

	Testing with Module::Build revealed problems with the boolean overload.

2007-01-27  John Peacock

	Fix Makefile.PL to work correctly with 5.6.x and 5.005x.
	Tests with bare v-strings can now handle 5.6.x releases.
	Pure Perl release now includes same overloading as XS.

2007-01-10  John Peacock

	Rewrite Makefile.PL again before releasing 0.69 to CPAN.

2007-01-09  John Peacock

	Before releasing to CPAN, make sure to remove stale Makefile.* remnants
	from previous runs (in case someone tries to rebuild with the pure Perl
	release after building the XS release).

2007-01-08  John Peacock

	Release 0.69 to CPAN

2007-01-08  John Peacock

	Try to make the Makefile.PL more forgiving about evil compilers (RT#24283).
	Eliminate Scalar::Util from pure Perl version (for Jos <kane@xs4all.nl>).
	Latest ppport.h (newer is better, right?).
	Resolve RT#24239 and 24244, related to PERL_DONT_CREATE_GVSV.

2006-11-23  John Peacock

	Replace checks with Test::More with a custom module (so the tests won't
	break when Test::More gets updated).
This commit is contained in:
wiz 2007-02-22 12:26:27 +00:00
parent 885ad6110b
commit 3ba50f7082
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2007/01/10 22:08:05 bad Exp $
# $NetBSD: Makefile,v 1.5 2007/02/22 12:26:27 wiz Exp $
#
DISTNAME= version-0.68
DISTNAME= version-0.70
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2007/01/10 22:39:11 bad Exp $
$NetBSD: distinfo,v 1.4 2007/02/22 12:26:27 wiz Exp $
SHA1 (version-0.68.tar.gz) = f42821cd847e3a301d95bf066ac317024e820b06
RMD160 (version-0.68.tar.gz) = 78233f03020c0ed95c285b172ba6751710fcf2be
Size (version-0.68.tar.gz) = 49950 bytes
SHA1 (version-0.70.tar.gz) = 97dfbae8ebf8ef4bf4a495431d9b55fcf9e40979
RMD160 (version-0.70.tar.gz) = 04366aff7b43e72c300bc80367c9951e3190917d
Size (version-0.70.tar.gz) = 51930 bytes