#!perl
BEGIN {
unless
(
$ENV
{AUTHOR_TESTING}) {
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::Perl::Critic::Subset 3.001.005
my
$filenames
= [
'lib/Acme/CPANModules.pm'
];
unless
(
$filenames
&&
@$filenames
) {
$filenames
= -d
"blib"
? [
"blib"
] : [
"lib"
];
}
all_critic_ok(
@$filenames
);