1PERLVER(1)            User Contributed Perl Documentation           PERLVER(1)
2
3
4

NAME

6       perlver - The Perl Minimum Version Analyzer
7

SYNOPSIS

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

DESCRIPTION

29       "perlver" is a console script created to provide convenient access to
30       the functionality provided by Perl::MinimumVersion.
31
32       The synopsis above pretty much covers all you need to know at this
33       point.
34

TO DO

36       - Add PPI::Cache integration
37
38       - Add PPI::Metrics integration (once it exists)
39
40       - Add some sort of parseable output
41

SUPPORT

43       All bugs should be filed via the bug tracker at
44
45       http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion
46       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>
47
48       For other issues, or commercial enhancement and support, contact the
49       author
50

AUTHORS

52       Adam Kennedy <adamk@cpan.org>
53

SEE ALSO

55       PPI, Perl::MinimumVersion
56
58       Copyright 2005 - 2011 Adam Kennedy.
59
60       This program is free software; you can redistribute it and/or modify it
61       under the same terms as Perl itself.
62
63       The full text of the license can be found in the LICENSE file included
64       with this module.
65
66
67
68perl v5.12.3                      2011-03-02                        PERLVER(1)
Impressum