Acme-CPANAuthors-MBTI

 view release on metacpan or  search on metacpan

t/00-compile/lib_Acme_CPANAuthors_MBTI_pm.t  view on Meta::CPAN

# This test was generated for <lib/Acme/CPANAuthors/MBTI.pm>
# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000
# with template 02-raw-require.t.tpl
my $file = "Acme/CPANAuthors/MBTI.pm";
my $err;
{
  local $@;
  eval { require $file; 1 } or $err = $@;
};

if( not defined $err ) {
  print "1..1\nok 1 - require ${file}\n";
  exit 0;
}
print "1..1\nnot ok 1 - require ${file}\n";
print STDERR "# ${_}\n" for split /\n/, $err;
exit 1;



( run in 1.128 second using v1.01-cache-2.11-cpan-800906f7e73 )