1PERLVER(1) User Contributed Perl Documentation PERLVER(1)
2
3
4
6 perlver - The Perl Minimum Version Analyzer
7
9 adam@red:~$ perlver Perl-MinimumVersion
10 Found directory '.'
11 Searching for Perl files... found 3 file(s)
12 Scanning lib/Perl/MinimumVersion.pm... done
13 Scanning t/01_compile.t... done
14 Scanning t/02_main.t... done
15
16 ---------------------------------------------------------
17 | file | explicit | syntax | external |
18 | --------------------------------------------------------- |
19 | lib/Perl/MinimumVersion.pm | 5.005 | ~ | n/a |
20 | t/01_compile.t | ~ | ~ | n/a |
21 | t/02_main.t | ~ | ~ | n/a |
22 ---------------------------------------------------------
23
24 Minimum version of Perl required: ...
25
26 adam@red:~$
27
29 "perlver" is a console script created to provide convenient access to
30 the functionality provided by Perl::MinimumVersion.
31
32 --blame option shows code which requires this version of perl
33
34 The synopsis above pretty much covers all you need to know at this
35 point.
36
38 - Add PPI::Cache integration
39
40 - Add PPI::Metrics integration (once it exists)
41
42 - Add some sort of parseable output
43
45 All bugs should be filed via the bug tracker at
46
47 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>
48
49 For other issues, or commercial enhancement and support, contact the
50 author
51
53 Adam Kennedy <adamk@cpan.org>
54
56 PPI, Perl::MinimumVersion
57
59 Copyright 2005 - 2012 Adam Kennedy.
60
61 This program is free software; you can redistribute it and/or modify it
62 under the same terms as Perl itself.
63
64 The full text of the license can be found in the LICENSE file included
65 with this module.
66
67
68
69perl v5.38.0 2023-07-21 PERLVER(1)