aboutsummaryrefslogtreecommitdiff
path: root/lib/Mail/Run/Crypt.pm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:49:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:49:16 +1300
commit1493586661c76f96da41bf6574e3f0ae06aa4434 (patch)
treedf579b3980d20d7171b2a17cea828d3f97cc6e57 /lib/Mail/Run/Crypt.pm
parentBump version number to 0.10 (diff)
parentBump VERSION to 0.11 (diff)
downloadMail-Run-Crypt-0.11.tar.gz (sig)
Mail-Run-Crypt-0.11.zip
Merge branch 'release/v0.11'v0.11develop
* 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 'lib/Mail/Run/Crypt.pm')
-rw-r--r--lib/Mail/Run/Crypt.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index d808e6d..9e1539a 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -16,7 +16,7 @@ use Mail::GnuPG;
use MIME::Entity;
# Specify package verson
-our $VERSION = '0.10';
+our $VERSION = '0.11';
# Default exit value
our $DEFAULT_EXIT = 127; ## no critic (ProhibitMagicNumbers)
@@ -138,7 +138,7 @@ Mail::Run::Crypt - Encrypt and mail output from command runs
=head1 VERSION
-Version 0.10
+Version 0.11
=head1 DESCRIPTION