1SITEPODS(1) User Contributed Perl Documentation SITEPODS(1)
2
3
4
6 sitepods - print out the paths to the modules that this site added
7
9 This program shows the paths to module pods that are in the site_perl
10 directories.
11
13 $ sitepods
14 /usr/local/devperl/lib/site_perl/5.00554/i686-linux/XML/Parser/Expat.pm
15 /usr/local/devperl/lib/site_perl/5.00554/i686-linux/XML/Parser.pm
16
17 You can also run this using alternate perl binaries, like so:
18
19 $ oldperl -S sitepods
20 ....
21
23 faqpods(1), modpods(1), pods(1), podpath(1), and stdpod(1).
24
26 Copyright (C) 1999 Tom Christiansen.
27
28 Copyright (C) 2006-2018 Mark Leighton Fisher.
29
31 This is free software; you can redistribute it and/or modify it under
32 the terms of either: (a) the GNU General Public License as published by
33 the Free Software Foundation; either version 1, or (at your option) any
34 later version, or (b) the Perl "Artistic License". (This is the Perl 5
35 licensing scheme.)
36
37 Please note this is a change from the original pmtools-1.00 (still
38 available on CPAN), as pmtools-1.00 were licensed only under the Perl
39 "Artistic License".
40
41
42
43perl v5.28.0 2018-07-15 SITEPODS(1)