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.13
use Test::More 0.88;
my @files = (
'lib/Util/CommandLine.pm',
't/00-compile.t',
't/author-eol.t',
't/author-no-tabs.t',
't/module.t',
't/release-kwalitee.t',
't/release-pod-coverage.t',
't/release-pod-syntax.t',
't/release-portability.t',
't/release-synopsis.t'
);
notabs_ok($_) foreach @files;
done_testing;