aboutsummaryrefslogtreecommitdiff
path: root/t/instantiate.t
diff options
context:
space:
mode:
Diffstat (limited to 't/instantiate.t')
-rw-r--r--t/instantiate.t15
1 files changed, 0 insertions, 15 deletions
diff --git a/t/instantiate.t b/t/instantiate.t
deleted file mode 100644
index 6a55fe0..0000000
--- a/t/instantiate.t
+++ /dev/null
@@ -1,15 +0,0 @@
-#!perl -T
-
-use strict;
-use warnings;
-use utf8;
-
-use Test::More tests => 1;
-
-use Mail::Run::Crypt;
-
-our $VERSION = '0.05';
-
-my $mrc = Mail::Run::Crypt->new( mailto => 'nobody@example.com' );
-
-isnt( $mrc, undef, 'instantiate' );