BEGIN {
unless
(
$ENV
{AUTHOR_TESTING}) {
Test::More::plan(
skip_all
=>
'these tests are for testing by the author'
);
}
}
use
strict;
use
warnings;
# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
use
Test::More 0.88;
use
Test::NoTabs;
my
@files
= (
'lib/DateTime/Format/PGN.pm'
,
't/author-no-tabs.t'
,
't/chess-pgn-parse.t'
,
't/default.t'
,
't/fix-errors.t'
,
't/incomplete.t'
,
't/month-length.t'
,
't/release-kwalitee.t'
);
notabs_ok(
$_
)
foreach
@files
;
done_testing;