Skip to content

Commit be74c5a

Browse files
committed
Update minimum perl to v5.20
1 parent bf0d5e7 commit be74c5a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/linux.yml

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ jobs:
6060
os:
6161
- ubuntu-22.04
6262
perl-version:
63-
- '5.12-buster'
64-
- '5.14-buster'
65-
- '5.16-buster'
66-
- '5.18-buster'
6763
- '5.20-buster'
6864
- '5.22-buster'
6965
- '5.24-buster'

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ POSTAMBLE
6969
}
7070

7171
my %WriteMakefile = (
72-
'MIN_PERL_VERSION' => '5.012',
72+
'MIN_PERL_VERSION' => '5.020',
7373

7474
'NAME' => $module,
7575
'AUTHOR' => 'Viacheslav Tykhanovskyi <viacheslav.t@gmail.com>',

0 commit comments

Comments
 (0)