Package perl-pmtools

A suite of small programs to help manage Perl modules

https://metacpan.org/release/pmtools

This is pmtools -- a suite of small programs to help manage modules.
The names are totally preliminary, and in fact, so is the code. We follow
the "keep it small" notion of many tiny tools each doing one thing well,
eschewing giant megatools with millions of options.

Tom Christiansen

Version: 2.2.0

General Commands

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