OPM-Maker-Command-depcheck
view release on metacpan or search on metacpan
t/author-no-bom.t view on Meta::CPAN
BEGIN {
unless ($ENV{AUTHOR_TESTING}) {
print qq{1..0 # SKIP these tests are for testing by the author\n};
exit
}
}
use strict;
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::NoBOM 0.002
use Test::More 0.88;
use Test::BOM;
my @files = (
'lib/OPM/Maker/Command/depcheck.pm',
't/001_base.t',
't/002_all_ok.t',
't/003_cpan_fails.t',
't/004_local_sopm.t',
't/005_invalid_home.t',
't/006_no_sopm.t',
't/lib/NotYetThere.sopm',
't/lib/depcheck.pm'
);
ok(file_hasnt_bom($_)) for @files;
done_testing;
( run in 0.917 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )