1PMALL(1) User Contributed Perl Documentation PMALL(1)
2
3
4
6 pmall - show all installed versions and descs
7
9 pmall [-d] [-w] [-a] [-s]
10
11 pmall - show all installed versions and descs
12
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
28 This program used to be called pmdesc and is included in The Perl Cook‐
29 book under that name. However, that name has been usurped by a simpler
30 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
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
46 pmdesc(1) pmvers(1)
47
49 Copyright (c) 1999 Tom Christiansen
50
51 This is free software. You may modify it and distribute it under
52 Perl's Artistic Licence. Modified versions must be clearly indicated.
53
54
55
56perl v5.8.8 2006-03-30 PMALL(1)