From be74c5a89b4bc2466a37b0a79777061b55e016f5 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Thu, 21 Nov 2024 17:35:34 -0500 Subject: [PATCH] Update minimum perl to v5.20 --- .github/workflows/linux.yml | 4 ---- Makefile.PL | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ee91d24..2677a96 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -60,10 +60,6 @@ jobs: os: - ubuntu-22.04 perl-version: - - '5.12-buster' - - '5.14-buster' - - '5.16-buster' - - '5.18-buster' - '5.20-buster' - '5.22-buster' - '5.24-buster' diff --git a/Makefile.PL b/Makefile.PL index 044b998..b821e0a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,7 +69,7 @@ POSTAMBLE } my %WriteMakefile = ( - 'MIN_PERL_VERSION' => '5.012', + 'MIN_PERL_VERSION' => '5.020', 'NAME' => $module, 'AUTHOR' => 'Viacheslav Tykhanovskyi ',