diff options
-rwxr-xr-x | Makefile.PL | 1 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 0 deletions
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' ]) : (), @@ -1,4 +1,5 @@ - cpan_testers: + o actually needs perl >= 5.10 for //= operator o fix failing scriptlets test with rpm < 4.13.0 o skip tests if we have no supported downloader |