diff options
Diffstat (limited to 't')
-rw-r--r-- | t/custom-name.t | 2 | ||||
-rw-r--r-- | t/encrypt-explicit.t | 2 | ||||
-rw-r--r-- | t/encrypt-sign.t | 2 | ||||
-rw-r--r-- | t/encrypt.t | 2 | ||||
-rw-r--r-- | t/require-key-data.t | 2 | ||||
-rw-r--r-- | t/require-mailto.t | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/t/custom-name.t b/t/custom-name.t index 57dc90b..b43976c 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.10'; +our $VERSION = '0.11'; my $name = 'mrc_custom'; my %opts = ( diff --git a/t/encrypt-explicit.t b/t/encrypt-explicit.t index 1ab526a..7944c7a 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.10'; +our $VERSION = '0.11'; 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 926f00d..e137bf0 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.10'; +our $VERSION = '0.11'; my %opts = ( mailto => 'nobody@example.com', diff --git a/t/encrypt.t b/t/encrypt.t index 0a790f7..973a59f 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.10'; +our $VERSION = '0.11'; 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 9806bf8..2a00a29 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.10'; +our $VERSION = '0.11'; { my $mrc; diff --git a/t/require-mailto.t b/t/require-mailto.t index 451b51d..5db57dc 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.10'; +our $VERSION = '0.11'; my $mrc; my $error; |