The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:pmtools"

pmtools - Perl Module Tools River stage one • 1 direct dependent • 1 total dependent

Perl Modules Tools (pmtools) is a suite of tools designed originally by Tom Christiansen. For each module name given as an argument, produces its full path on the standard output, one per line....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

Devel::Loaded - Post-execution dump of loaded modules River stage one • 1 direct dependent • 1 total dependent

The Devel::Loaded module installs an at-exit handler to generate a dump of all the module files used by a Perl program. If used in conjunction with a *perl -c*, you find those files loaded in at compile time with "use". If you are willing to wait unt...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pman - show a module's man page River stage one • 1 direct dependent • 1 total dependent

Send a module's pod through pod2text and your pager. This is mostly here for people too lazy to type $ pod2text `pmpath CGI` | $PAGER...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pods - print out all pod paths River stage one • 1 direct dependent • 1 total dependent

This program is a front end to print out the paths of all the standard podpages and the modules....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmls - long list the module path River stage one • 1 direct dependent • 1 total dependent

This is mostly here for people too lazy to type $ ls -l `pmpath CGI`...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmall - show all installed versions and descs River stage one • 1 direct dependent • 1 total dependent

This program runs through all your installed modules and tells you what they're for and what version number they are at. The following options are honored: -v give debug info -w warn about missing descriptions on modules -a include relative paths -s ...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmexp - show a module's exports River stage one • 1 direct dependent • 1 total dependent

Given a module name, this program identifies which symbols are automatically exported (in that package's @EXPORT), those which are optionally exported (in that package's @EXPORT_OK), and also lists out the import groups (in that package's %EXPORT_TAG...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmeth - show a Perl class's methods River stage one • 1 direct dependent • 1 total dependent

Given a class name, print out all methods available to that class. It does this by loading in the class module, and walking its symbol table and those of its ancestor classes. A regular method call shows up simply: $ pmeth IO::Socket | grep '^con' co...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pfcat - grep out function definitions from perlfunc River stage one • 1 direct dependent • 1 total dependent

This program uses *podgrep* program to search your configuration's perlfunc for function definitions. It honors a -f flag to format through *pod2text* and a -p flag to send the output through the pager. (Actually, it just passes these to *podgrep*.)...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmcat - page through a module file River stage one • 1 direct dependent • 1 total dependent

Given a module name, figure out the path name and send that to the user's pager. $ pmcat CGI This works also on alternate installed versions of Perl: $ oldperl -S pmcat strict $ filsperl -S pmcat Threads This command is mostly here for people too laz...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmfunc - cat out a function from a module River stage one • 1 direct dependent • 1 total dependent

Given a fully-qualified function, this program opens up the file and attempts to display the source for that function....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmpath - show full path to a perl module River stage one • 1 direct dependent • 1 total dependent

For each module name given as an argument, produces its full path on the standard output, one per line....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmvers - print out a module's version River stage one • 1 direct dependent • 1 total dependent

Given one or more module names, show the version number if present. If more than one argument is given, the name of the module will also be printed. Not all modules define version numbers, however....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

podtoc - show outline of pods River stage one • 1 direct dependent • 1 total dependent

This program shows the structure of one or more pod documents....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pminst - find modules whose names match this pattern River stage one • 1 direct dependent • 1 total dependent

Without arguments, show the names of all installed modules. Given a pattern, show all module names that match it. The -l flag will show the full pathname. The -s flag will separate the base directory from @INC from the module portion itself....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmdesc - print out version and whatis description of perl modules River stage one • 1 direct dependent • 1 total dependent

Given one or more module names, show the version number (if known) and the 'whatis' line, that is, the NAME section's description, typically used for generation of whatis databases....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

pmload - show what files a given module loads at compile time River stage one • 1 direct dependent • 1 total dependent

Given an argument of a module name, show all the files that are loaded directly or indirectly when the module is used at compile-time....

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

faqpods - print out pod paths for the standard perl faqs River stage one • 1 direct dependent • 1 total dependent

This program uses your configuration's "installprivlib" directory to look up the full paths to those pod pages. Any files in that directory whose names start in "perlfaq" will be printed to the standard output, one per line. This is normally used in ...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

podgrep - grep in pod sections only River stage one • 1 direct dependent • 1 total dependent

This program searches each paragraph in a pod document and prints each paragraph that matches the supplied pattern. This pod may be mixed with program code, such as in a module. Options are: -i means case insensitive match -p means page output though...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

modpods - print out paths for the standard modules River stage one • 1 direct dependent • 1 total dependent

This program outputs the paths to all installed modules on your systems. This includes both the standard modules (which the *stdpods* command produces) and the site-specific ones (which the *sitepods* command produces). This is just a front-end for c...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC
26 results (0.015 seconds)