aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
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 /Makefile.PL
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 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9132104..bd7da21 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'Mail::Run::Crypt' => {
- version => '0.05',
+ version => '0.06',
file => 'lib/Mail/Run/Crypt.pm',
},
},