aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:49:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:49:57 +1300
commite437f5f8921c036d46ec25a4ae541c5d68f19795 (patch)
tree436d7b39a015346545ec93f82b61773f0f493736 /t
parentBump version (diff)
downloadMail-Run-Crypt-e437f5f8921c036d46ec25a4ae541c5d68f19795.tar.gz (sig)
Mail-Run-Crypt-e437f5f8921c036d46ec25a4ae541c5d68f19795.zip
Backport to v5.8.1, bump versionv0.05
It may be possible to go back further, but I'm tying myself in knots trying. Might have another go later. Dropped Const::Fast dependency even though it can be installed on 5.8.1; seems silly for one numeric constant. Just told Perl::Critic to turn a blind eye.
Diffstat (limited to 't')
-rw-r--r--t/instantiate.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/instantiate.t b/t/instantiate.t
index 1b7058c..6a55fe0 100644
--- a/t/instantiate.t
+++ b/t/instantiate.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use Mail::Run::Crypt;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
my $mrc = Mail::Run::Crypt->new( mailto => 'nobody@example.com' );