blob: 06f7f973be88f66611ed0310f46da33c4cf3e175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
use strict;
use warnings;
use Test::More 0.98;
use_ok $_ for qw(
App::ImapNotify
App::ImapNotify::ImapClient
App::ImapNotify::Notifier
App::ImapNotify::Socket::SSL
);
done_testing;
|