Skip to content

Commit c69cfa8

Browse files
committed
README: Update POD using minilla
1 parent 8f0fa2a commit c69cfa8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Mojo::IOLoop::ReadWriteProcess - Execute external programs or internal code bloc
2828
$process->stop();
2929
my @errors = $process->error;
3030

31+
# To help when debugging Mojo::Collections
32+
use Mojo::Util qw(dumper);
33+
my $errors = dumper $process->error->to_array;
34+
3135
# Get process return value
3236
$process = process( sub { return "256"; } )->start()->wait_stop;
3337
# We need to stop it to retrieve the exit status

0 commit comments

Comments
 (0)