NAME
App::perl::distrolint::Check::UseVERSION
- check that every perl file contains use VERSION
DESCRIPTION
This checks that every Perl source code file contains a use VERSION
declaration as its first significant statement. A package
statement is permitted before this, but no other code is allowed.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>