OPM-Repository
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/Repository.pm',
'lib/OPM/Repository/Source.pm',
't/data/otrs.xml',
't/list/otrs.xml',
't/minimum_maximum/otrs.xml',
't/repository.t',
't/repository_dup.t',
't/repository_list.t',
't/repository_list_details.t',
't/source.t',
't/source_does_not_exist.t',
't/source_invalid_xml.t',
't/source_list.t',
't/source_list_details.t',
't/source_min_max.t'
);
ok(file_hasnt_bom($_)) for @files;
done_testing;
( run in 2.283 seconds using v1.01-cache-2.11-cpan-437f7b0c052 )