aboutsummaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: db7a4350ed6b389dec08b6f5ea4b7d4c05748629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'Mail::Cron::Crypt' ) || print "Bail out!\n";
}

diag( "Testing Mail::Cron::Crypt $Mail::Cron::Crypt::VERSION, Perl $], $^X" );