aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:49:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-15 00:49:57 +1300
commite437f5f8921c036d46ec25a4ae541c5d68f19795 (patch)
tree436d7b39a015346545ec93f82b61773f0f493736 /Makefile.PL
parentBump version (diff)
downloadMail-Run-Crypt-e437f5f8921c036d46ec25a4ae541c5d68f19795.tar.gz (sig)
Mail-Run-Crypt-e437f5f8921c036d46ec25a4ae541c5d68f19795.zip
Backport to v5.8.1, bump versionv0.05
It may be possible to go back further, but I'm tying myself in knots trying. Might have another go later. Dropped Const::Fast dependency even though it can be installed on 5.8.1; seems silly for one numeric constant. Just told Perl::Critic to turn a blind eye.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e41f722..9132104 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,7 +10,7 @@ WriteMakefile(
ABSTRACT_FROM => 'lib/Mail/Run/Crypt.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
- MIN_PERL_VERSION => '5.010',
+ MIN_PERL_VERSION => '5.008_001',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},
@@ -19,7 +19,6 @@ WriteMakefile(
},
PREREQ_PM => {
'Carp' => 0,
- 'Const::Fast' => 0,
'English' => 0,
'File::stat' => 0,
'Getopt::Long::Descriptive' => 0,
@@ -32,7 +31,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'Mail::Run::Crypt' => {
- version => '0.04',
+ version => '0.05',
file => 'lib/Mail/Run/Crypt.pm',
},
},