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::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>