summaryrefslogtreecommitdiffstats
path: root/t/00_compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00_compile.t')
-rw-r--r--t/00_compile.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/00_compile.t b/t/00_compile.t
index f5854a8..06f7f97 100644
--- a/t/00_compile.t
+++ b/t/00_compile.t
@@ -1,8 +1,12 @@
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;