Hello
I'm a bit puzzled by the result I get from this test case:
use Mojo::Base -strict;
use Test::More;
use Mojo::IOLoop;
my $err;
my $sub = Mojo::IOLoop->subprocess(
sub { exit 55 },
sub { my $self = shift; $err = shift; Mojo::IOLoop->stop }
);
Mojo::IOLoop->start;
Please open an issue on GitHub, that looks like a bug in
Mojo::IOLoop::Subprocess.
--
sebastian
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to mojolicious+unsu