Acme-BayaC

 view release on metacpan or  search on metacpan

xt/07_no_conflict.t  view on Meta::CPAN

use Test::More;
eval "use File::Find::Rule; use Test::File::Find::Rule;";
plan skip_all => "skip the no conflict test because $@" if $@;
match_rule_no_result(
    File::Find::Rule->file->relative->name(qr/(?<!blib)/)->name(qr/^(?<!07_no_conflict\.t)$/)->nonempty->grep(qr/(<<<<<<<|=======|>>>>>>>)/, sub { 0 }),
    '.',
    'no conflict'
);
done_testing;



( run in 0.741 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )