X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2effe01f18007a1b28e11f29b319f2b5cd0ae4df..61c850155faec0ea90996b28b895db054500d92d:/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;