1PMALL(1)              User Contributed Perl Documentation             PMALL(1)
2
3
4

NAME

6       pmall - show all installed versions and descs
7

SYNOPSIS

9           pmall [-d] [-w] [-a] [-s]
10
11       pmall - show all installed versions and descs
12

DESCRIPTION

14       This program runs through all your installed modules and tells you what
15       they're for and what version number they are at.
16
17       The following options are honored:
18
19       -v  give debug info
20
21       -w  warn about missing descriptions on modules
22
23       -a  include relative paths
24
25       -s  sort output within each directory
26

HISTORICAL NOTE

28       This program used to be called pmdesc and is included in The Perl
29       Cookbook under that name.  However, that name has been usurped by a
30       simpler program.
31
32       For example, to find the versions of what is in your site-specific
33       directory, the simpler pmdesc might be preferred:
34
35           $ pmdesc `pminst -s | perl -lane 'print $F[1] if $F[0] =~ /site/'`
36           XML::Parser::Expat (2.19) - Lowlevel access to James Clark's expat XML parser
37           XML::Parser (2.19) - A perl module for parsing XML documents
38

KNOWN BUGS

40       This program takes a long time to run.
41
42       Some modules don't work right (CPAN.pm, ExtUtils) because of noisy
43       things they do at compile time or poor formatting of the pod.
44

SEE ALSO

46       pmdesc(1) pmvers(1)
47

AUTHORS and COPYRIGHTS

49       Copyright (C) 1999 Tom Christiansen.
50
51       Copyright (C) 2006-2014 Mark Leighton Fisher.
52

LICENSE

54       This is free software; you can redistribute it and/or modify it under
55       the terms of either: (a) the GNU General Public License as published by
56       the Free Software Foundation; either version 1, or (at your option) any
57       later version, or (b) the Perl "Artistic License".  (This is the Perl 5
58       licensing scheme.)
59
60       Please note this is a change from the original pmtools-1.00 (still
61       available on CPAN), as pmtools-1.00 were licensed only under the Perl
62       "Artistic License".
63
64
65
66perl v5.28.1                      2019-02-02                          PMALL(1)
Impressum