Revision history for Perl extension Module::MakefilePL::Parse. 0.12 Fri Sep 3 2004 - corrected typo in error message - registers warnings - added more warnings and diagnostic errors 0.11 Mon Aug 2 2004 - added install_type method - bug fix: quotes are stripped from module names - bug fix: version number is properly retrieved from Module::Install prerequisites - more tests - minor changes to POD - hooks for Module::Build support (not implemented) 0.10 Sat Jul 31 2004 - uses Text::Balanced for extracting balanced strings - support for parsing Makefiles which use Module::Install 0.05 Thu Jul 23 00:03:00 2004 - added hook for DEBUG flag - updated POD - updated README 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