Skip to content

Commit

Permalink
Do not dump verbose diagnostics in perl core.
Browse files Browse the repository at this point in the history
For:  RT # 128160
  • Loading branch information
karenetheridge authored and jkeenan committed May 16, 2016
1 parent a26223c commit 9ec9395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpan/Module-Metadata/t/extract-package.t
Expand Up @@ -159,7 +159,7 @@ foreach my $test_case (@pkg_names) {
or $errs++;
}
is( $warnings, '', "case $test_case->{name}: no warnings from parsing" ) or $errs++;
diag "Got: '" . join(', ', @got) . "'\nModule contents:\n$code" if $errs;
diag "Got: '" . join(', ', @got) . "'\nModule contents:\n$code" if !$ENV{PERL_CORE} && $errs;
}
continue {
++$test_num;
Expand Down

0 comments on commit 9ec9395

Please sign in to comment.