Skip to content

Commit

Permalink
Update minimum perl to v5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Nov 21, 2024
1 parent bf0d5e7 commit be74c5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ POSTAMBLE
}

my %WriteMakefile = (
'MIN_PERL_VERSION' => '5.012',
'MIN_PERL_VERSION' => '5.020',

'NAME' => $module,
'AUTHOR' => 'Viacheslav Tykhanovskyi <[email protected]>',
Expand Down

0 comments on commit be74c5a

Please sign in to comment.