File tree Expand file tree Collapse file tree 4 files changed +34
-10
lines changed
Expand file tree Collapse file tree 4 files changed +34
-10
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,29 @@ name: linux
22
33on :
44 - push
5+ - pull_request
56
67jobs :
78 perl :
89 runs-on : ubuntu-latest
10+ continue-on-error : true
911 strategy :
1012 matrix :
1113 perl-version :
12- - ' 5.10'
13- - ' 5.12'
14- - ' 5.14'
15- - ' 5.16'
16- - ' 5.18'
17- - ' 5.20'
18- - ' 5.22'
19- - ' 5.24'
14+ - ' 5.10-buster '
15+ - ' 5.12-buster '
16+ - ' 5.14-buster '
17+ - ' 5.16-buster '
18+ - ' 5.18-buster '
19+ - ' 5.20-buster '
20+ - ' 5.22-buster '
21+ - ' 5.24-buster '
2022 - ' 5.26'
2123 - ' 5.28'
2224 - ' 5.30'
2325 - ' 5.32'
26+ - ' 5.34'
27+ - ' 5.36'
2428 container :
2529 image : perl:${{ matrix.perl-version }}
2630 steps :
Original file line number Diff line number Diff line change 1- # This Makefile.PL for Crypt-OpenSSL-Verify was generated by
21# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
32# Don't edit it but the dist.ini and plugins used to construct it.
43
Original file line number Diff line number Diff line change 1+ # Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
2+
3+ requires " Crypt::OpenSSL::X509" => " 0" ;
4+ requires " perl" => " 5.008" ;
5+
6+ on ' test' => sub {
7+ requires " File::Slurper" => " 0.012" ;
8+ requires " Test::Exception" => " 0" ;
9+ };
10+
11+ on ' configure' => sub {
12+ requires " ExtUtils::MakeMaker" => " 0" ;
13+ };
14+
15+ on ' develop' => sub {
16+ requires " Test::CPAN::Meta::JSON" => " 0.16" ;
17+ requires " Test::Kwalitee" => " 1.21" ;
18+ requires " Test::Pod" => " 1.41" ;
19+ requires " Test::Spelling" => " 0.12" ;
20+ };
Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ stopword = SSLeay
5252format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
5353filename = Changes
5454
55- [CopyFilesFromBuild]
55+ [CopyFilesFromBuild::Filtered ]
5656copy = Makefile.PL
5757copy = LICENSE
58+ copy = cpanfile
5859
5960[MakeMaker::Awesome]
6061header_file = maint/Makefile_header.PL
You can’t perform that action at this time.
0 commit comments