pkgsrc/devel/p5-Perl-MinimumVersion/DESCR
sno 42032fe77e Importing devel/p5-Perl-MinimumVersion version 1.20
Perl::MinimumVersion takes Perl source code and calculates the minimum
version of perl required to be able to run it. Because it is based on
PPI, it can do this without having to actually load the code.

Currently it tests both the syntax of your code, and the use of explicit
version dependencies such as require 5.005.
2009-10-18 11:10:24 +00:00

6 lines
321 B
Text

Perl::MinimumVersion takes Perl source code and calculates the minimum
version of perl required to be able to run it. Because it is based on
PPI, it can do this without having to actually load the code.
Currently it tests both the syntax of your code, and the use of explicit
version dependencies such as require 5.005.