BEGIN {
unless
(
$ENV
{AUTHOR_TESTING}) {
qq{1..0 # SKIP these tests are for testing by the author\n}
;
exit
}
}
use
strict;
use
warnings;
use
Test::More;
# Generated by Dist::Zilla::Plugin::Test::EOF 0.0600
eval
"use Test::EOF"
;
plan
skip_all
=>
'Test::EOF required to test for correct end of file flag'
if
$@;
all_perl_files_ok({
minimum_newlines
=> 1,
maximum_newlines
=> 4 });
done_testing();