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