AnyEvent-Sway/t/00-load.t

11 lines
177 B
Perl
Raw Normal View History

2022-05-11 22:29:56 +00:00
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'AnyEvent::Sway' ) || print "Bail out!
";
}
diag( "Testing AnyEvent::Sway $AnyEvent::Sway::VERSION, Perl $], $^X" );