From 1c45fa8325bcf0c907d6cefe8f4b9f12a5009bb1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Jan 2020 09:28:52 +0100 Subject: cpan-testers: actually needs perl >= 5.10 for //= operator thus fixing: Tried to use 'urpm::args'. Error: syntax error at /data/home/cpansand/.cpan/build/2020010714/urpmi-v8.120.3-4/blib/lib/urpm/util.pm line 71, near "/." (Might be a runaway multi-line // string starting on line 69) --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index a2014ba8..1357abe4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -197,6 +197,7 @@ WriteMakefile( release_status => 'stable', } ) : () ), + MIN_PERL_VERSION => '5.010000', EXE_FILES => [ @bin_scripts, @sbin_scripts, @libexec_scripts ], PMLIBDIRS => [ qw(gurpm urpm) ], $with_po ? (DIR => [ 'po' ]) : (), -- cgit v1.2.1