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
47       For other issues, or commercial enhancement and support, contact the
48       author
49

AUTHORS

51       Adam Kennedy <adamk@cpan.org>
52

SEE ALSO

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