aboutsummaryrefslogtreecommitdiff
path: root/bin
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 /bin
parentBump version number to 0.10 (diff)
parentBump VERSION to 0.11 (diff)
downloadMail-Run-Crypt-1493586661c76f96da41bf6574e3f0ae06aa4434.tar.gz
Mail-Run-Crypt-1493586661c76f96da41bf6574e3f0ae06aa4434.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 'bin')
-rwxr-xr-xbin/runcrypt7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index 1e2def6..9a7e6d9 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -11,12 +11,11 @@ use 5.008_001;
# Import required modules
use English '-no_match_vars';
-use File::stat;
use Getopt::Long::Descriptive;
use Mail::Run::Crypt;
# Specify package version
-our $VERSION = '0.10';
+our $VERSION = '0.11';
# Name ourselves
our $SELF = 'runcrypt';
@@ -259,10 +258,6 @@ L<English|English>
=item *
-L<File::stat|File::stat>
-
-=item *
-
L<Getopt::Long::Descriptive|Getopt::Long::Descriptive>
=item *