[libvirt-perl PATCH v3 1/3] Build: bump min perl to 5.16.0

Daniel P. Berrangé berrange at redhat.com
Thu Apr 30 14:15:18 UTC 2020


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 at redhat.com>
---
 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 at berrange.com>',
     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




More information about the libvir-list mailing list