v1.20 2012-12-07 15:25:50 EST Mark Leighton Fisher
- Patched pminst so only unique package names are printed.
Thanks to Matthew Persico for the patch. (Honorable
mention goes to Andrew Pam, but Matthew's patch is
smaller and more robust as it handles an @INC with
directories in any order.)
- Fixed pminst to ignore non-existent directories.
- Added pmcheck, a tool to check that Perl is set up
correctly for use with Perl modules. Currently,
pmcheck only verifies that everything in @INC is an
existing, readable directory.
v1.10 2008-01-18 06:57:21 EST Mark Leighton Fisher
- Added copyrights in my name as well as Tom Christiansen.
- Changed to dual-license like Perl: GNU and Perl Artistic.
This was at the request of the Fedora project, as they
wanted a version of pmtools licensed under GNU.
v1.01 2006-03-21 21:33:52 EST Mark Leighton Fisher
- Two sets of patches from Jose Pedro Oliveira:
1. Added missing pmeth to Makefile.PL.
2. "$mod" was partially renamed to "$module" in my copy; this
patch restores it to "$mod".
- Added Changes and TODO files.
- Updated MANIFEST with Changes and TODO.