The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789 #!perl -Tuse Test::More tests => 1;BEGIN { use_ok( 'McBain::WithZeroMQ' ) || print "Bail out!\n";}diag( "Testing McBain::WithZeroMQ $McBain::WithZeroMQ::VERSION, Perl $], $^X" );
#!perl -T
use
Test::More
tests
=> 1;
BEGIN {
use_ok(
'McBain::WithZeroMQ'
) ||
print
"Bail out!\n"
;
}
diag(
"Testing McBain::WithZeroMQ $McBain::WithZeroMQ::VERSION, Perl $], $^X"
);