aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:47:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:50:30 +1200
commite92ad49c4334d1546c4a98b7e137be75dc06b53a (patch)
treedc8d45806b017d91813d748d72706cdbffee9017
parentUpdate URLs in Makefile.PL (diff)
downloadMail-Run-Crypt-e92ad49c4334d1546c4a98b7e137be75dc06b53a.tar.gz
Mail-Run-Crypt-e92ad49c4334d1546c4a98b7e137be75dc06b53a.zip
Correct MIN_PERL_VERSION
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7c3187f..f1066ac 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ WriteMakefile(
ABSTRACT_FROM => 'lib/Mail/Run/Crypt.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
- MIN_PERL_VERSION => '5.008_001',
+ MIN_PERL_VERSION => '5.008001',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},