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>