From 06668e9727cc4bd00256b6f23b6dab37d50b992d Mon Sep 17 00:00:00 2001 From: Timofey Potapov Date: Mon, 13 May 2024 08:12:27 +0200 Subject: [PATCH] Raises min to 5.16 --- .github/workflows/build-and-test.yml | 4 +--- Build.PL | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5da2687..d292495 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -78,13 +78,11 @@ jobs: test-job: needs: build-job strategy: - fail-fast: false + fail-fast: true matrix: os: [ ubuntu-latest, macos-latest ] distribution: [ default ] perl-version: - - "5.12" - - "5.14" - "5.16" - "5.18" - "5.20" diff --git a/Build.PL b/Build.PL index 2b1a3d7..f066e80 100755 --- a/Build.PL +++ b/Build.PL @@ -30,7 +30,7 @@ my $builder = $class->new( 'Test::More' => '0', }, requires => { - 'perl' => '5.012', + 'perl' => '5.016', 'Sub::Util' => '0', 'Runtime::Debugger' => '0.19', 'Data::Trace' => '0.19',