From 6e43e5e33b7d4fceaadb42e8264a7319002848cb Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 17 Jul 2018 11:01:54 +0200 Subject: Initial commit Signed-off-by: Florian Pritz --- t/00_compile.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/00_compile.t (limited to 't') diff --git a/t/00_compile.t b/t/00_compile.t new file mode 100644 index 0000000..f5854a8 --- /dev/null +++ b/t/00_compile.t @@ -0,0 +1,9 @@ +use strict; +use Test::More 0.98; + +use_ok $_ for qw( + App::ImapNotify +); + +done_testing; + -- cgit v1.2.3-24-g4f1b