From cb5390134daeddaf755d8cc19c3fecc81ef8f209 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 18 Oct 2017 12:02:59 +1300 Subject: Add more tests, bump version 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. --- bin/runcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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'; -- cgit v1.2.3