aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-23 16:51:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-23 16:51:34 +1300
commit6bd93fa5914048c722c1446e0fb3f0882270f171 (patch)
tree3ca393d9a16bf14af8b20c459ba7edf254248ea7 /t
parentTest that specifying encryption explicitly works (diff)
downloadMail-Run-Crypt-6bd93fa5914048c722c1446e0fb3f0882270f171.tar.gz (sig)
Mail-Run-Crypt-6bd93fa5914048c722c1446e0fb3f0882270f171.zip
Bump version numberv0.08
Diffstat (limited to 't')
-rw-r--r--t/custom-name.t2
-rw-r--r--t/encrypt-explicit.t2
-rw-r--r--t/encrypt-sign.t2
-rw-r--r--t/encrypt.t2
-rw-r--r--t/require-key-data.t2
-rw-r--r--t/require-mailto.t2
6 files changed, 6 insertions, 6 deletions
diff --git a/t/custom-name.t b/t/custom-name.t
index 9f47d10..865c26d 100644
--- a/t/custom-name.t
+++ b/t/custom-name.t
@@ -8,7 +8,7 @@ use Test::More tests => 2;
use Mail::Run::Crypt;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
my $name = 'mrc_custom';
my %opts = (
diff --git a/t/encrypt-explicit.t b/t/encrypt-explicit.t
index 9db5556..27b2e4d 100644
--- a/t/encrypt-explicit.t
+++ b/t/encrypt-explicit.t
@@ -8,7 +8,7 @@ use Test::More tests => 2;
use Mail::Run::Crypt;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
my %opts = ( mailto => 'nobody@example.com', encrypt => 1 );
my $mrc = Mail::Run::Crypt->new(%opts);
diff --git a/t/encrypt-sign.t b/t/encrypt-sign.t
index 3688369..1535bef 100644
--- a/t/encrypt-sign.t
+++ b/t/encrypt-sign.t
@@ -8,7 +8,7 @@ use Test::More tests => 10;
use Mail::Run::Crypt;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
my %opts = (
mailto => 'nobody@example.com',
diff --git a/t/encrypt.t b/t/encrypt.t
index 691d5aa..a3ddd7c 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.07';
+our $VERSION = '0.08';
my %opts = ( mailto => 'nobody@example.com' );
my $mrc = Mail::Run::Crypt->new(%opts);
diff --git a/t/require-key-data.t b/t/require-key-data.t
index 9de0d46..03be100 100644
--- a/t/require-key-data.t
+++ b/t/require-key-data.t
@@ -9,7 +9,7 @@ use Test::More tests => 4;
use Mail::Run::Crypt;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
{
my $mrc;
diff --git a/t/require-mailto.t b/t/require-mailto.t
index 9611d7a..89f069f 100644
--- a/t/require-mailto.t
+++ b/t/require-mailto.t
@@ -9,7 +9,7 @@ use Test::More tests => 2;
use Mail::Run::Crypt;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
my $mrc;
my $error;