diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-02-21 16:49:16 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-02-21 16:49:16 +1300 |
commit | 1493586661c76f96da41bf6574e3f0ae06aa4434 (patch) | |
tree | df579b3980d20d7171b2a17cea828d3f97cc6e57 /t/encrypt-explicit.t | |
parent | Bump version number to 0.10 (diff) | |
parent | Bump VERSION to 0.11 (diff) | |
download | Mail-Run-Crypt-develop.tar.gz Mail-Run-Crypt-develop.zip |
* release/v0.11:
Bump VERSION to 0.11
Update CHANGES
Add Module::Signature line to Makefile.PL
Remove unneeded File::stat dependency
Diffstat (limited to 't/encrypt-explicit.t')
-rw-r--r-- | t/encrypt-explicit.t | 2 |
1 files changed, 1 insertions, 1 deletions
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); |