AnyEvent-Sway/t/00-load.t

11 lines
177 B
Perl

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