AMQP
view release on metacpan or search on metacpan
t/publisher.t view on Meta::CPAN
use Test::More tests => 2;
use Test::Mojo;
use lib './lib';
require_ok('AMQP::Publisher');
my $p = AMQP::Publisher->new;
isa_ok($p,'AMQP::Publisher');
( run in 1.831 second using v1.01-cache-2.11-cpan-d8267643d1d )