AnyEvent-SlackBot

 view release on metacpan or  search on metacpan

t/AnyEvent-SlackBot.t  view on Meta::CPAN

use Modern::Perl;
use Test::More qw(no_plan);

my $class='AnyEvent::SlackBot';

use_ok($class);
require_ok($class);

# most of our testing is functional

done_testing;



( run in 3.033 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )