Skip to content

Commit 8a0c59e

Browse files
committed
more debugging
1 parent 5cbea73 commit 8a0c59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ExtUtils/t/Embed.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ my @out = `$cmd`;
166166
$status = $?;
167167
print "# $_\n" foreach @out;
168168

169-
print STDERR "Debugging\n", @out;
169+
print STDERR "Debugging\n", "Cmd: @cmd\n", @out;
170170

171171
if ($^O eq 'VMS' && !$status) {
172172
print "# @cmd2\n";

0 commit comments

Comments
 (0)