Skip to content

Commit 0b22e86

Browse files
committed
Nope, 5.42.x. Acme::Bitfield requires it.
1 parent 9e71da8 commit 0b22e86

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- env:
119119
DATA: |
120120
{
121-
"perl": ["5.40.2", "5.42.0"],
121+
"perl": ["5.42.0"],
122122
"flags": ["", "-Dusethreads", "-Duselongdouble", "-Dusequadmath"]
123123
}
124124
id: matrix

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"configure" : {
3939
"requires" : {
4040
"Module::Build::Tiny" : "0",
41-
"perl" : "v5.40.0"
41+
"perl" : "v5.42.0"
4242
}
4343
},
4444
"runtime" : {
@@ -47,7 +47,7 @@
4747
},
4848
"requires" : {
4949
"List::Util" : "0",
50-
"perl" : "v5.40.0"
50+
"perl" : "v5.42.0"
5151
}
5252
},
5353
"test" : {

lib/Acme/Selection/RarestFirst.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use v5.40;
1+
use v5.42;
22
use feature 'class';
33
no warnings 'experimental::class';
44
#

t/basics.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use v5.40;
1+
use v5.42;
22
use Test2::V0;
33
use lib 'lib', '../lib';
44
use Acme::Selection::RarestFirst;

0 commit comments

Comments
 (0)