The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes for CPAN::PackageDetails

0.21_02 - Sun Aug 16 20:03:44 CDT 2009
	* add the check_file() routine to compare a 02packages to a
	repo to see if it matches: all file in the repo in 02packages,
	all files in 02packages in the repo, etc.
	* I reorganized the code so all the classes are in separate
	files. Things are so much easier now, and the dispatching
	is much easier to follow.
	
0.20 - Fri Jul 17 03:47:00 2009
	* Write to a temporary file first, then rename to the final
	name so parallel runs don't write to the same file.

0.19 - Wed Jun 10 18:42:10 2009
	* Improve performance a bit by re-jiggering the internal 
	data structure for easier data slicing
	* Add the allow_packages_only_once configuration option
	and the already_added() method to allow better performance
	by remembering less.

0.18 - Thu Mar 12 05:59:37 2009
	* Fixed a problem counting the number of entries that would be
	in the file
	* Now you can get a list of just the highest version of any
	package that you add

0.17_03 - Thu Mar  5 04:33:46 2009
	* ->as_unique_sorted_list() returns just the latest version for
	each package name, no matter what you've added.
	* Now that I can get the unique list, I can fix the line 
	count in the header.

0.17 - Fri Feb 13 14:29:33 2009
	* Format the date the way CPAN.pm expects it, despite the
	locale of the user. Everyone should upgrade to this version.

0.15 - Mon Nov 10 07:58:39 2008
	* Sort the package names in the output

0.13 - Wed Nov  5 02:13:53 2008
	* Put in the literal "undef" as a placeholder for columns
	with null data (such as modules without versions)

0.12 - Fri Oct 31 07:55:02 2008
	* Bump to release version

0.11_03 - Mon Oct 27 15:04:50 2008
	* Use IO::Compress::Zlib instead of PerlIO::gzip, which doesn't
	work on Windows.

0.11_02 - Mon Oct 27 13:17:32 2008
	* Add the new test files to the MANIFEST so they show up
	in the dist :)

0.11_01 - Fri Oct 24 10:08:23 2008
	* Re-organized some of the methods and improved the docs,
	added even more tests

0.10_01 - Fri Oct 24 07:21:20 2008
	* Initial release: You can create or read 02packages.details.txt.gz.