aboutsummaryrefslogtreecommitdiff
path: root/t/00-use.t
blob: 10cc37aa427233082ddb43c1dfc955d357f14cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!perl6

use lib 'lib';
use Test;

use-ok 'IRC::Client';
use-ok 'IRC::Client::Message';
use-ok 'IRC::Client::Grammar';
use-ok 'IRC::Client::Grammar::Actions';

done-testing;