NAME
App::perl::distrolint::Check::UseUTF8 - check that every perl file sets the utf8 pragma if required
DESCRIPTION
This checks that for every Perl source code file, if it contains any non-ASCII characters then a use utf8 statement is in effect.
The contents of comments and POD sections are ignored, as any non-ASCII characters here will not change meaning in the presence or absence of the utf8 pragma.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>