BEGIN {
unless ($ENV{AUTHOR_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for testing by the author');
}
}
use strict;
# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
use Test::More 0.88;
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;