File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 perl-version :
12- - ' 5.10-buster'
13- - ' 5.12-buster'
1412 - ' 5.14-buster'
1513 - ' 5.16-buster'
1614 - ' 5.18-buster'
2119 - ' 5.28'
2220 - ' 5.30'
2321 - ' 5.32'
22+ - ' 5.34'
23+ - ' 5.36'
2424 container :
2525 image : perl:${{ matrix.perl-version }}
2626 steps :
Original file line number Diff line number Diff line change 55use strict;
66use warnings;
77
8- use 5.008 ;
8+ use 5.014 ;
99use ExtUtils::MakeMaker;
1010
1111use Config;
@@ -72,7 +72,7 @@ my %WriteMakefileArgs = (
7272 },
7373 " DISTNAME" => " Crypt-OpenSSL-SignCSR" ,
7474 " LICENSE" => " apache" ,
75- " MIN_PERL_VERSION" => " 5.008 " ,
75+ " MIN_PERL_VERSION" => " 5.014 " ,
7676 " NAME" => " Crypt::OpenSSL::SignCSR" ,
7777 " PREREQ_PM" => {},
7878 " TEST_REQUIRES" => {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainer = Timothy Legge <timlegge@cpan.org>
1515-remove = Readme
1616
1717[Prereqs / RuntimeRequires]
18- perl = 5.008
18+ perl = 5.014
1919
2020[Prereqs / TestRequires]
2121File::Slurper = 0.012
Original file line number Diff line number Diff line change 11# ABSTRACT OpenSSL Self Sign a Certificate Signing Request in XS.
22package Crypt::OpenSSL::SignCSR ;
33
4- use 5.008 ;
4+ use 5.014 ;
55use strict;
66use warnings;
77
You can’t perform that action at this time.
0 commit comments