summaryrefslogtreecommitdiffstats
path: root/t/00_compile.t
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-17 15:26:40 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-17 15:26:40 +0200
commit50a37d8812c95c60203b0102db91f0c080d4d93b (patch)
tree86d1c9b2e5461e872fdfbcb207a4e07a9f37283e /t/00_compile.t
parent6e43e5e33b7d4fceaadb42e8264a7319002848cb (diff)
downloadApp-ImapNotify-50a37d8812c95c60203b0102db91f0c080d4d93b.tar.gz
App-ImapNotify-50a37d8812c95c60203b0102db91f0c080d4d93b.tar.xz
Initial port of single file script
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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;