Subject: CVS commit: pkgsrc/devel/p5-version
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/22/2007 12:26:27
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Feb 22 12:26:27 UTC 2007

Modified Files:
	pkgsrc/devel/p5-version: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-version/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-version/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.