Revision history for Perl extension Module::MakefilePL::Parse.

0.04  Wed Jul 14 00:05:00 2004
	- allow less-common forms of defining hash reference:
 	  {qw( key val )} and {('key','val')}
	- parsed string saved for debugging purposes
	- warning when variable symbols found in PREREQ_PM value
	- warning when missing closing bracket
	- other minor code tweaks
	- additional tests/increased coverage
	- testing with Test::Warn

0.03  Mon Jul 12 17:29:00 2004
	- added additional sanity checks to parsing code
	- added note about copyrighted module snippets from tests
	- comments are removed from script before parsing (rt.cpan.org #6937)
	- minor revisions to POD

0.02  Sun Jul 11 05:18:00 2004
	- handle bareword module names in various combinations
	- allow empty prereqs is no PREREQ_PM key exists
	- allow arguments to 'use ExtUtils::MakeMaker' call

0.01  Sun Jul 11 03:32:46 2004
	- original version; created by h2xs 1.23 with options
		-n Module::MakefilePL::Parse -v 0.01 -X -b 5.6.1