File: use.t

package info (click to toggle)
libmojo-rabbitmq-client-perl 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 2,165; xml: 489; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use Test::More tests => 7;

use_ok $_ for qw(
  Mojo::RabbitMQ::Client
  Mojo::RabbitMQ::Client::Channel
  Mojo::RabbitMQ::Client::Consumer
  Mojo::RabbitMQ::Client::LocalQueue
  Mojo::RabbitMQ::Client::Method
  Mojo::RabbitMQ::Client::Method::Publish
  Mojo::RabbitMQ::Client::Publisher
);