The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::perl::distrolint::Check::VersionVar - check that no file sets our $VERSION

DESCRIPTION

This checks that no Perl source file contains a statement that would directly affect a package variable called $VERSION; in effect ensuring that any module version numbers are set only with the new package NAME VERSION syntax of Perl v5.14.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>