aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-08-24 00:39:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-24 00:40:44 +1200
commitd39b42c5f954398fef671145dc298d837e85dbfb (patch)
tree952bdd7036773642767724bdad7cc643f43bd19e
parentUse specific exception name (diff)
downloadnagios-check-ftp-d39b42c5f954398fef671145dc298d837e85dbfb.tar.gz
nagios-check-ftp-d39b42c5f954398fef671145dc298d837e85dbfb.zip
Correct Perl version specification in Makefile.PL
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7236382..e97628a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -29,7 +29,7 @@ WriteMakefile(
INSTALLSCRIPT => '/usr/local/nagios/libexec',
INSTALLSITESCRIPT => '/usr/local/nagios/libexec',
EXE_FILES => ['libexec/check_ftp'],
- MIN_PERL_VERSION => '5.010_001',
+ MIN_PERL_VERSION => '5.010001',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},