From 50a37d8812c95c60203b0102db91f0c080d4d93b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 17 Jul 2018 15:26:40 +0200 Subject: Initial port of single file script Signed-off-by: Florian Pritz --- t/00_compile.t | 4 ++++ 1 file changed, 4 insertions(+) (limited to 't/00_compile.t') 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; -- cgit v1.2.3-24-g4f1b