aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-27 20:22:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-27 20:22:53 +1300
commitadb108ba6cf891781b58e03df866280a14d47265 (patch)
tree7ed1cf4ff74acf4415a9ffdea733838be4b70677 /Changes
parentBump version number (diff)
downloadMail-Run-Crypt-adb108ba6cf891781b58e03df866280a14d47265.tar.gz (sig)
Mail-Run-Crypt-adb108ba6cf891781b58e03df866280a14d47265.zip
Use warn/die properly, bump version numberv0.09
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 8bc1f98..35fd3b0 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,10 @@ 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.
+0.09 2017-10-27
+
+ - Use warn/die as appropriate, rather than carp/croak.
+
0.08 2017-10-23
- Some more tests, but still no proper mockup behaviour.