X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2effe01f18007a1b28e11f29b319f2b5cd0ae4df..4ac6fab20b8950ee14756c6f2438809c572082cd:/make_patchnum.pl diff --git a/make_patchnum.pl b/make_patchnum.pl index 3f857b5..fc28d58 100644 --- a/make_patchnum.pl +++ b/make_patchnum.pl @@ -100,7 +100,7 @@ sub backtick { } else { my $result= `$subcd $command`; $result="" if ! defined $result; - warn "$subcd $command: \$?=$?\n" if $?; + #warn "$subcd $command: \$?=$?\n" if $?; print "#> $subcd $command ->\n $result\n" if !$? and $opt_v; chomp $result; return $result;