aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-18 21:12:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-18 21:12:12 +1300
commit94e3e43e125806f7da843691284d2485ce72a4fe (patch)
treecc7d2e98e523890e738213e6c25ae6af20c86a95 /t
parentAdd more tests, bump version (diff)
downloadMail-Run-Crypt-94e3e43e125806f7da843691284d2485ce72a4fe.tar.gz
Mail-Run-Crypt-94e3e43e125806f7da843691284d2485ce72a4fe.zip
Remove trailing semicolon
Diffstat (limited to 't')
-rw-r--r--t/require-mailto.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/require-mailto.t b/t/require-mailto.t
index 1f36e3d..b894408 100644
--- a/t/require-mailto.t
+++ b/t/require-mailto.t
@@ -13,7 +13,7 @@ our $VERSION = '0.06';
my $mrc;
my $error;
-eval { $mrc = Mail::Run::Crypt->new(); } or $error = $EVAL_ERROR;
+eval { $mrc = Mail::Run::Crypt->new() } or $error = $EVAL_ERROR;
ok( defined $error, 'no_mailto_failed' );
ok( $error =~ m/^\Qmailto required/msx, 'no_mailto_errorstr' );