The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2002-03-09  Edward Avis,  <epa98@voxel12>

	* Versions.pm:
	Made versions() deprecated, so versioncmp() is the routine to call.
	Small code tidying.

	* Versions.pm:
	Applied patch from Slaven Rezic to let versions() work when called
	from a package other than main.  But this is not the final answer,
	I intend to deprecate versions() and move the code into versioncmp(),
	which has saner argument passing (not the magic $a and $b).

2002-01-28  Edward Avis,  <epa98@voxel12>

	* Versions.pm:
	Version 1.3: patch from Hack Kampbjørn for '-' digit groupings as well
	as '.'.

	* README: Added some rather lame examples of -.

2001-07-28  Edward Avis,  <epa98@voxel12>

	* README:
	Whoops - got the leading-zero examples the wrong way round in the
	README.

	* mkdist: Modified from Lingua::Preferred to Sort::Versions.

	* Versions.pm: Added $VERSION.

	* mkdist: New file.

	* Versions.pm:
	Added support for numeric comparisons where one version number has a
	leading zero.

	* README: Fixed spelling mistake.

	* Makefile.PL: Version 1.2.

2001-07-27  Edward Avis,  <epa98@voxel12>

	* Versions.pm, README, Makefile.PL, MANIFEST: New file.