summaryrefslogtreecommitdiffstats
path: root/t/00_compile.t
blob: f5854a8795ef22763178f1aabab76c58d548d779 (plain)
1
2
3
4
5
6
7
8
9
use strict;
use Test::More 0.98;

use_ok $_ for qw(
    App::ImapNotify
);

done_testing;