File: 00use.t

package info (click to toggle)
libprotocol-irc-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 2,122; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use v5.14;
use warnings;

use Test::More;

use_ok( "Protocol::IRC" );
use_ok( "Protocol::IRC::Client" );
use_ok( "Protocol::IRC::Message" );

done_testing;