aboutsummaryrefslogtreecommitdiff
path: root/t/encrypt.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-27 20:22:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-27 20:22:53 +1300
commitadb108ba6cf891781b58e03df866280a14d47265 (patch)
tree7ed1cf4ff74acf4415a9ffdea733838be4b70677 /t/encrypt.t
parentBump version number (diff)
downloadMail-Run-Crypt-adb108ba6cf891781b58e03df866280a14d47265.tar.gz (sig)
Mail-Run-Crypt-adb108ba6cf891781b58e03df866280a14d47265.zip
Use warn/die properly, bump version numberv0.09
Diffstat (limited to 't/encrypt.t')
-rw-r--r--t/encrypt.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/encrypt.t b/t/encrypt.t
index a3ddd7c..3accd9c 100644
--- a/t/encrypt.t
+++ b/t/encrypt.t
@@ -8,7 +8,7 @@ use Test::More tests => 10;
use Mail::Run::Crypt;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
my %opts = ( mailto => 'nobody@example.com' );
my $mrc = Mail::Run::Crypt->new(%opts);