perlver.1p

Langue: en

Version: 2010-04-11 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

NAME

perlver - The Perl Minimum Version Analyzer

SYNOPSIS

   adam@red:~$ perlver Perl-MinimumVersion
   Found directory '.'
   Searching for Perl files... found 3 file(s)
   Scanning lib/Perl/MinimumVersion.pm... done
   Scanning t/01_compile.t... done
   Scanning t/02_main.t... done
   
       ---------------------------------------------------------
     | file                       | explicit | syntax | external |
     | --------------------------------------------------------- |
     | lib/Perl/MinimumVersion.pm | 5.005    | ~      | n/a      |
     | t/01_compile.t             | ~        | ~      | n/a      |
     | t/02_main.t                | ~        | ~      | n/a      |
       ---------------------------------------------------------
   
   Minimum version of Perl required: ...
   
   adam@red:~$
 
 

DESCRIPTION

"perlver" is a console script created to provide convenient access to the functionality provided by Perl::MinimumVersion.

The synopsis above pretty much covers all you need to know at this point.

TO DO

- Add PPI::Cache integration

- Add PPI::Metrics integration (once it exists)

- Add some sort of parseable output

SUPPORT

All bugs should be filed via the bug tracker at

<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>

For other issues, or commercial enhancement and support, contact the author

AUTHORS

Adam Kennedy <adamk@cpan.org>

SEE ALSO

PPI, Perl::MinimumVersion Copyright 2005 - 2010 Adam Kennedy.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.