The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More tests => 1;
use AnyEvent::Open3::Simple;

diag '';
diag '';
diag "OS = $^O perl $^V";
diag 'implementation = ' . AnyEvent::Open3::Simple->new->{impl};
diag 'AnyEvent::detect = ' . AnyEvent::detect();
diag '';
diag '';

pass 'okay';