mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 06:57:58 -04:00
7 lines
321 B
Plaintext
7 lines
321 B
Plaintext
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.
|