Skip to content

Commit

Permalink
workaround for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xaicron committed Jul 9, 2011
1 parent de48cf2 commit 550a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03_run.t
Expand Up @@ -12,7 +12,7 @@ BEGIN {
while (defined (my $line = readline $pipe)) { while (defined (my $line = readline $pipe)) {
$buf .= $line; $buf .= $line;
} }
close $pipe or die $!; close $pipe;
return $buf; return $buf;
} }
else { else {
Expand Down

0 comments on commit 550a3ce

Please sign in to comment.