aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-18 12:02:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-18 12:02:59 +1300
commitcb5390134daeddaf755d8cc19c3fecc81ef8f209 (patch)
treec93a1158d2bc9c19bf068debb6f65573ec1ca6e9 /bin
parentAdd a test of `mailto` constructor requirement (diff)
downloadMail-Run-Crypt-cb5390134daeddaf755d8cc19c3fecc81ef8f209.tar.gz (sig)
Mail-Run-Crypt-cb5390134daeddaf755d8cc19c3fecc81ef8f209.zip
Add more tests, bump versionv0.06
This is still really only testing that the object constructed in the right way and is providing the expected interface and internals as functions. It needs to actually run as much as possible. I still have to figure out how to mock that up cleanly.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runcrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index f00c472..d268385 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -17,7 +17,7 @@ use Getopt::Long::Descriptive;
use Mail::Run::Crypt;
# Specify package version
-our $VERSION = '0.05';
+our $VERSION = '0.06';
# Name ourselves
our $SELF = 'runcrypt';