AnyEvent-SMTP
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!/usr/bin/env perl -w
use strict;
use warnings;
use Test::More;
use lib::abs '../lib';
use AnyEvent::Impl::Perl;
BEGIN {
my @modules = qw(AnyEvent::SMTP AnyEvent::SMTP::Client AnyEvent::SMTP::Server);
plan tests => scalar( @modules );
use_ok $_ for @modules;
};
diag( "Testing AnyEvent::SMTP $AnyEvent::SMTP::VERSION, using AnyEvent $AnyEvent::VERSION, Perl $], $^X" );
( run in 1.245 second using v1.01-cache-2.11-cpan-39bf76dae61 )