Skip to content

Commit ae83a22

Browse files
committed
drop support of Perl 5.12
1 parent d0e9aff commit ae83a22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
'5.18',
6666
'5.16',
6767
'5.14',
68-
'5.12',
6968
]
7069
redis = [
7170
'7.0',

cpanfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requires 'perl', '5.012000';
1+
requires 'perl', '5.014000';
22
requires 'Try::Tiny';
33
requires 'Time::HiRes' => '>=1.77';
44

0 commit comments

Comments
 (0)