Skip to content

Commit

Permalink
More formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jan 25, 2015
1 parent bc676ad commit 7c4d12d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Type/Proc/Async.pod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ moment.
C<Proc::Async> allows you to run external commands asynchronously, capturing
standard input and output handles, and optionally write to its standard input.
=begin code
# command with arguments
my $proc = Proc::Async.new('echo', 'foo', 'bar');
Expand All @@ -25,6 +26,7 @@ standard input and output handles, and optionally write to its standard input.
# wait for the external program to terminate
await $promise;
say "Done.";
=end code
This produces the following output:
Expand Down

0 comments on commit 7c4d12d

Please sign in to comment.