Skip to content

Commit

Permalink
lower prereq to 5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 29, 2024
1 parent 3ab0913 commit 423fec7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"

env:
CIP_TAG: ${{ matrix.cip_tag }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/SpellCheck/Plugin/Lang/EN/US.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion t/test_spellcheck_plugin_lang_en_us.t
Original file line number Diff line number Diff line change
@@ -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 );
Expand Down

0 comments on commit 423fec7

Please sign in to comment.