1pmtools(3) User Contributed Perl Documentation pmtools(3)
2
3
4
6 pmtools - Perl Module Tools
7
9 pmdesc module ... pmpath module ... pmvers module ... ... sitepods
10 ...
11
13 Perl Modules Tools (pmtools) is a suite of tools designed originally by
14 Tom Christiansen.
15
16 For each module name given as an argument, produces its full path on
17 the standard output, one per line.
18
20 $ pmpath CGI
21 /usr/local/devperl/lib/5.00554/CGI.pm
22
23 $ filsperl -S pmpath IO::Socket CGI::Carp
24 /usr/local/filsperl/lib/5.00554/i686-linux-thread/IO/Socket.pm
25 /usr/local/filsperl/lib/5.00554/CGI/Carp.pm
26
27 $ oldperl -S pmpath CGI CGI::Imagemap
28 /usr/lib/perl5/CGI.pm
29 /usr/lib/perl5/site_perl/CGI/Imagemap.pm
30
32 pmdesc(1), pmvers(1), pmcat(1).
33
35 Copyright (C) 1999 Tom Christiansen.
36
37 Copyright (C) 2006-2014, 2018 Mark Leighton Fisher.
38
40 This is free software; you can redistribute it and/or modify it under
41 the terms of either: (a) the GNU General Public License as published by
42 the Free Software Foundation; either version 1, or (at your option) any
43 later version, or (b) the Perl "Artistic License". (This is the Perl 5
44 licensing scheme.)
45
46 Please note this is a change from the original pmtools-1.00 (still
47 available on CPAN), as pmtools-1.00 were licensed only under the Perl
48 "Artistic License".
49
50
51
52perl v5.28.0 2018-03-15 pmtools(3)