aboutsummaryrefslogtreecommitdiff
path: root/Changes
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 /Changes
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 'Changes')
-rw-r--r--Changes11
1 files changed, 9 insertions, 2 deletions
diff --git a/Changes b/Changes
index b41333c..d91c1b0 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,14 @@
Revision history for Perl module Mail::Run::Crypt
-This project began life as a monolithic Perl script. It does much the same
-thing now but it's refactored out into an application and a module.
+This project began life as a monolithic Perl script. It does much the
+same thing now but it's refactored out into an application and a module.
+
+0.06 2017-10-18
+
+ - Expand test suite's test of constructed object's state. Much more
+ work is still needed as I figure out how to mock up the object
+ interfaces required without spraying email everywhere or requiring
+ system commands to be run.
0.05 2017-10-15