NAME
App::perl::distrolint::Check::POD
- check that every Perl source file contains documentation
DESCRIPTION
This checks that Perl source code files contain at least one block of POD.
Unit tests (named *.t) and build-time generated source files (*.PL) are exempt from this check. Files in the examples/ directory are also skipped.
Additionally checks that each of the following =head1
sections appear:
=head1 NAME
=head1 DESCRIPTION
=head1 AUTHOR
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>