aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-23 16:51:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-23 16:51:34 +1300
commit6bd93fa5914048c722c1446e0fb3f0882270f171 (patch)
tree3ca393d9a16bf14af8b20c459ba7edf254248ea7 /Makefile.PL
parentTest that specifying encryption explicitly works (diff)
downloadMail-Run-Crypt-6bd93fa5914048c722c1446e0fb3f0882270f171.tar.gz (sig)
Mail-Run-Crypt-6bd93fa5914048c722c1446e0fb3f0882270f171.zip
Bump version numberv0.08
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 da53d4f..1a8e325 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'Mail::Run::Crypt' => {
- version => '0.07',
+ version => '0.08',
file => 'lib/Mail/Run/Crypt.pm',
},
},