We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0d5e7 commit be74c5aCopy full SHA for be74c5a
.github/workflows/linux.yml
@@ -60,10 +60,6 @@ jobs:
60
os:
61
- ubuntu-22.04
62
perl-version:
63
- - '5.12-buster'
64
- - '5.14-buster'
65
- - '5.16-buster'
66
- - '5.18-buster'
67
- '5.20-buster'
68
- '5.22-buster'
69
- '5.24-buster'
Makefile.PL
@@ -69,7 +69,7 @@ POSTAMBLE
}
70
71
my %WriteMakefile = (
72
- 'MIN_PERL_VERSION' => '5.012',
+ 'MIN_PERL_VERSION' => '5.020',
73
74
'NAME' => $module,
75
'AUTHOR' => 'Viacheslav Tykhanovskyi <viacheslav.t@gmail.com>',
0 commit comments