Merge simplify-pqd r542.

This commit is contained in:
Daniel Nichter
2013-01-18 18:29:38 -07:00
4 changed files with 118 additions and 79 deletions

View File

@@ -261,7 +261,7 @@ $pipeline->add(
);
$output = output(
sub { $pipeline->execute(%args) },
sub {$pipeline->execute(%args); },
stderr => 1,
);