1STDPODS(1) User Contributed Perl Documentation STDPODS(1)
2
3
4
6 stdpods - print out the paths to the modules that came with Perl
7
9 This program shows the paths to module pods that are not in the
10 site_perl directories. This is the documentation that came with the
11 standard system.
12
14 $ podgrep closure `stdpods`
15
17 podgrep(1), faqpods(1), modpods(1), pods(1), podpath(1), and
18 sitepod(1).
19
21 Copyright (C) 1999 Tom Christiansen.
22
23 Copyright (C) 2006-2014 Mark Leighton Fisher.
24
26 This is free software; you can redistribute it and/or modify it under
27 the terms of either: (a) the GNU General Public License as published by
28 the Free Software Foundation; either version 1, or (at your option) any
29 later version, or (b) the Perl "Artistic License". (This is the Perl 5
30 licensing scheme.)
31
32 Please note this is a change from the original pmtools-1.00 (still
33 available on CPAN), as pmtools-1.00 were licensed only under the Perl
34 "Artistic License".
35
36
37
38perl v5.32.0 2020-07-28 STDPODS(1)