-
-
15 Mar 2018 15:25:35 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (334 / 185 / 4)
- Kwalitee
Bus factor: 0- License: perl_5
- Perl: v5.8.8
- Activity
24 month- Tools
- Download (31.98KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version v2.2.0 - 2018-03-15
- RT fixes are for issues 82034, 84443, 121522, 122210, and 122212.
- Updated Changes file to include v2.1.2 changes.
- Fix pmfunc to complain about missing functions.
- Fix pmfunc test to use an example that is (still) a function (uses Cwd::chdir instead of the obsolete Cwd::getcwd).
- Fix pmfunc POD to use an example that is (still) a function.
- Add pmfunc tests for function signature and function body.
- Fix podpath to detect POD in the file, in case the .pm file is found before the .pod file.
- Fix faqpods for Fedora, which can put new FAQs in the $Config{'vendorlib'} directory instead.
- Fix pminst to follow symlinks.
- Fix podgrep to once again accept options (broken when pmtools started using 'use strict').
- Fix podgrep to eliminate spurious message about Config::Config (which is actually used only once).
- Added DB() == 1 to Devel::Loaded so you can invoke it like "perl -dLoaded SCRIPT" instead of "perl -MDevel::Loaded SCRIPT".
- NOTE: These changes mean that pmfunc works after all - the example in the POD was out of date (Cwd::getcwd is no longer a 'sub').
Documentation
print out pod paths for the standard perl manpagesprint out pod paths for the standard perl faqsprint out paths for the standard modulesgrep out function definitions from perlfuncshow what files a perl program loads at compile timeshow all installed versions and descsshow a module's man pagepage through a module filecheck that Perl is set up correctly for Perl modulesprint out version and whatis description of perl modulesshow a Perl class's methodsshow a module's exportscat out a function from a moduleshow the include path for modules (@INC)find modules whose names match this patternshow what files a given module loads at compile timelong list the module pathshow full path to a perl moduleprint out a module's versiongrep in pod sections onlyprint the path to the Podprint out all pod pathsshow outline of podsprint out the paths to the modules that this site addedprint out the paths to the modules that came with PerlModule Install Instructions
To install pmtools, copy and paste the appropriate command in to your terminal.
cpanm pmtools
perl -MCPAN -e shell install pmtools
For more information on module installation, please visit the detailed CPAN module installation guide.