aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
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',
},
},