--- a/lib/autodie/t/hints.t +++ b/lib/autodie/t/hints.t @@ -23,7 +23,7 @@ use autodie qw(fail_on_empty fail_on_false fail_on_undef); diag("Sub::Identify ", exists( $INC{'Sub/Identify.pm'} ) ? "is" : "is not", - " loaded"); + " loaded") if (! $ENV{PERL_CORE}); my $hints = "autodie::hints";