[Mojolicious] Puzzled by error message in Mojo::IOLoop::Subprocess::run

2020-08-11 Thread Edward Baudrez
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;

[Mojolicious] Re: Puzzled by error message in Mojo::IOLoop::Subprocess::run

2020-08-11 Thread Sebastian Riedel
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