From 423fec728a9708a8294b1364afd1c38828b68d13 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 29 Dec 2024 02:12:15 -0700 Subject: [PATCH] lower prereq to 5.20 --- .github/workflows/linux.yml | 3 +++ README.md | 2 +- lib/Test/SpellCheck/Plugin/Lang/EN/US.pm | 4 ++-- t/test_spellcheck_plugin_lang_en_us.t | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 04b3d25..4dc3e92 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,6 +27,9 @@ jobs: - "5.30" - "5.28" - "5.26" + - "5.24" + - "5.22" + - "5.20" env: CIP_TAG: ${{ matrix.cip_tag }} diff --git a/README.md b/README.md index a0efd50..3ce857c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ which is copyright under these terms (some of these terms are for other English language dictionaries from the SCOWL project, which are not bundled with this dist): -COPYRIGHT, SOURCES, and CREDITS: +## COPYRIGHT, SOURCES, and CREDITS: The English dictionaries come directly from SCOWL and is thus under the same copyright of SCOWL. The affix file is diff --git a/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm b/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm index 1e91e1b..ec13257 100644 --- a/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm +++ b/lib/Test/SpellCheck/Plugin/Lang/EN/US.pm @@ -2,7 +2,7 @@ package Test::SpellCheck::Plugin::Lang::EN::US; use strict; use warnings; -use 5.026; +use 5.020; use experimental qw( signatures ); use File::ShareDir::Dist qw( dist_share ); use Path::Tiny qw( path ); @@ -48,7 +48,7 @@ which is copyright under these terms (some of these terms are for other English language dictionaries from the SCOWL project, which are not bundled with this dist): -COPYRIGHT, SOURCES, and CREDITS: +=head2 COPYRIGHT, SOURCES, and CREDITS: The English dictionaries come directly from SCOWL and is thus under the same copyright of SCOWL. The affix file is diff --git a/t/test_spellcheck_plugin_lang_en_us.t b/t/test_spellcheck_plugin_lang_en_us.t index 04e51cc..0f772d1 100644 --- a/t/test_spellcheck_plugin_lang_en_us.t +++ b/t/test_spellcheck_plugin_lang_en_us.t @@ -1,4 +1,4 @@ -use 5.026; +use 5.020; use Test2::V0 -no_srand => 1; use Test::SpellCheck::Plugin::Lang::EN::US; use Path::Tiny qw( path );