Description
Perl projects can test whether their code requires a newer Perl version than intended. This helps maintain compatibility claims and catches accidental use of newer syntax or modules.
It is a developer testing tool. Results should be checked against the project's supported Perl versions and CI matrix before changing requirements.