Based on the supported platforms list, the oldest Perl we need to support is from RHEL-7, version 5.16.0 Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index ca3c786..7764e41 100755 --- a/Build.PL +++ b/Build.PL @@ -73,7 +73,7 @@ my $b = Module::Build->new( dist_author => 'Daniel Berrange <dan@xxxxxxxxxxxx>', dist_abstract => 'libvirt Perl API', requires => { - 'perl' => '5.8.0', + 'perl' => '5.16.0', }, extra_compiler_flags => $GCC_CFLAGS . $LIBVIRT_CFLAGS, extra_linker_flags => $LIBVIRT_LIBS, -- 2.25.4