aboutsummaryrefslogtreecommitdiffstats
path: root/t/view_Email.t
blob: 757075dc0b15feb1dcbbeac4bf56949ac7db5e3f (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

BEGIN { use_ok 'CatDap::View::Email' }

done_testing();