summaryrefslogtreecommitdiff
path: root/t/00use.t
blob: 2f8d75239ee1d0299fe978ca21b5cd608a5ee696 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use v5.14;
use warnings;

use Test::More;

use_ok( "Net::Async::IRC" );
use_ok( "Net::Async::IRC::Protocol" );

done_testing;