Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Jan 16, 2024
1 parent 913f369 commit 9c42534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ sub postamble
my $showlog = '';
# that's because CPAN doesn't save Makefile.PL output, and I want it for tests
if ( grep { $ENV{$_} } qw(AUTOMATED_TESTING NONINTERACTIVE_TESTING PERL_BATCH) {
if ( grep { $ENV{$_} } qw(AUTOMATED_TESTING NONINTERACTIVE_TESTING PERL_BATCH)) {
$showlog = 'showlog';
$t .= <<SHOWMORE;
Expand Down

0 comments on commit 9c42534

Please sign in to comment.