Description
Developers can scan Perl code to estimate the minimum Perl interpreter version required by the syntax and features it uses. This helps maintain compatibility promises and package metadata.
It is a command-line development tool. The result should be reviewed alongside tests on the supported Perl versions, because dynamic code paths may not be fully visible to static scanning.