1POD-MINIMUMVERSION(1) User Contributed Perl DocumentationPOD-MINIMUMVERSION(1)
2
3
4
6 pod-minimumversion -- report minimum Perl version for given POD
7
9 pod-minimumversion [--options] [filename...]
10
12 "pod-minimumversion" reports the minimum Perl version required to
13 process POD directives in given files, or the standard input if no
14 files are given.
15
17 --help, -?
18 Print a summary of the options.
19
20 --version
21 Print the program version number.
22
24 Pod::MinimumVersion
25
26 perlver(1), Perl::MinimumVersion
27
29 http://user42.tuxfamily.org/pod-minimumversion/index.html
30
32 Pod-MinimumVersion is Copyright 2009, 2010, 2011 Kevin Ryde
33
34 Pod-MinimumVersion is free software; you can redistribute it and/or
35 modify it under the terms of the GNU General Public License as
36 published by the Free Software Foundation; either version 3, or (at
37 your option) any later version.
38
39 Pod-MinimumVersion is distributed in the hope that it will be useful,
40 but WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
42 General Public License for more details.
43
44 You should have received a copy of the GNU General Public License along
45 with Pod-MinimumVersion. If not, see <http://www.gnu.org/licenses/>.
46
47
48
49perl v5.38.0 2023-07-21 POD-MINIMUMVERSION(1)