AnyEvent-Connection
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!/usr/bin/env perl
use common::sense;
use lib::abs '../lib';
use Test::More tests => 2;
use Test::NoWarnings;
BEGIN {
use_ok( 'AnyEvent::Connection' );
}
diag( "Testing AnyEvent::Connection $AnyEvent::Connection::VERSION, Perl $], $^X" );
( run in 1.118 second using v1.01-cache-2.11-cpan-39bf76dae61 )