From d39b42c5f954398fef671145dc298d837e85dbfb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Aug 2021 00:39:14 +1200 Subject: Correct Perl version specification in Makefile.PL --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, -- cgit v1.2.3