aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:08:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:08:14 +1300
commita013589244a85b7974b41d2ce514a9a26ea12d66 (patch)
treef3e4c2fde5960d876872b11dcfa1c407882df162
parentAdd dedicated LICENSE file (diff)
downloadMail-Run-Crypt-a013589244a85b7974b41d2ce514a9a26ea12d66.tar.gz
Mail-Run-Crypt-a013589244a85b7974b41d2ce514a9a26ea12d66.zip
Specify Perl 5.10 in Makefile.PL
It may still be possible to backport it; I'll need to check.
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 299a4b6..0569ab5 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.006',
+ MIN_PERL_VERSION => '5.010',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},