perlver - Man Page

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.

--blame option shows code which requires this version of perl

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

Referenced By

pod-minimumversion(1).

2024-01-25 perl v5.38.2 User Contributed Perl Documentation