Changes for version v2.0.0
- Bumped version to v2.0.0 because of the major architectural change -- the 'pmtools' module now contains the routine new_pod_iterator(), which creates an iterator over @INC for all of the variants of a POD's name ('LIB/MODULE.pm', 'LIB/MODULE.pod', and 'LIB/pod/MODULE.pod'). This change is for when the POD is separate from its corresponding Perl module file (and is inspired by an upcoming Debian release).
- Fixed pman and podpath to use new_pod_iterator(). This should fix rt.cpan.org #89006: "Carp has no POD on my 5.18.1 installation -> still test suite failures with 1.51".
- Switched to the somewhat-more-standard 3-number versioning scheme.
- Removed the increasingly-obsolete 'Makefile.lame'.
Documentation
- basepods - print out pod paths for the standard perl manpages
- faqpods - print out pod paths for the standard perl faqs
- modpods - print out paths for the standard modules
- pfcat - grep out function definitions from perlfunc
- plxload - show what files a perl program loads at compile time
- pmall - show all installed versions and descs
- pman - show a module's man page
- pmcat - page through a module file
- pmcheck - check that Perl is set up correctly for Perl modules
- pmdesc - print out version and whatis description of perl modules
- pmeth - show a Perl class's methods
- pmexp - show a module's exports
- pmfunc - cat out a function from a module
- pminclude - show the include path for modules (@INC)
- pminst - find modules whose names match this pattern
- pmload - show what files a given module loads at compile time
- pmls - long list the module path
- pmpath - show full path to a perl module
- pmvers - print out a module's version
- podgrep - grep in pod sections only
- podpath - print the path to the Pod
- pods - print out all pod paths
- podtoc - show outline of pods
- sitepods - print out the paths to the modules that this site added
- stdpods - print out the paths to the modules that came with Perl
Modules
- Devel::Loaded - Post-execution dump of loaded modules
- pmtools - Perl Module Tools
