File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 - name : perl -V
2424 run : perl -V
25+ - name : Install Dependencies
26+ uses : perl-actions/install-with-cpm@v1
27+ with :
28+ cpanfile : " cpanfile"
2529 - name : Build.PL
2630 run : perl Build.PL
2731 - name : Build
4246 - uses : actions/checkout@v4
4347 - name : perl -V
4448 run : perl -V
49+ - name : Install Dependencies
50+ uses : perl-actions/install-with-cpm@v1
51+ with :
52+ cpanfile : " cpanfile"
4553 - name : Build.PL
4654 run : perl Build.PL
4755 - name : Build disttest
8391 - uses : actions/checkout@v4
8492 - name : perl -V
8593 run : perl -V
94+ - name : Install Dependencies
95+ uses : perl-actions/install-with-cpm@v1
96+ with :
97+ sudo : false
98+ cpanfile : " cpanfile"
8699 - run : perl Build.PL
87100 - run : ./Build
88101 - run : ./Build test
@@ -103,6 +116,11 @@ jobs:
103116 run : brew install perl
104117 - name : perl -V
105118 run : perl -V
119+ - name : Install Dependencies
120+ uses : perl-actions/install-with-cpm@v1
121+ with :
122+ sudo : false
123+ cpanfile : " cpanfile"
106124 - run : perl Build.PL
107125 - run : ./Build
108126 - run : ./Build test
@@ -124,6 +142,11 @@ jobs:
124142 Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
125143 - name : perl -V
126144 run : perl -V
145+ - name : Install Dependencies
146+ uses : perl-actions/install-with-cpm@v1
147+ with :
148+ sudo : false
149+ cpanfile : " cpanfile"
127150 - name : perl Build.PL
128151 run : perl Build.PL
129152 - name : Build
Original file line number Diff line number Diff line change 44lib/Safe/Hole.pm
55lib/Safe/Hole.xs
66Build.PL
7+ cpanfile
78MANIFEST
89META.yml
910t/00-load.t
Original file line number Diff line number Diff line change 1+ requires ' Module::Build' => ' 0.35' ;
2+
3+ on " test" => sub {
4+ requires " Test::More" => " 0.40" ;
5+ };
You can’t perform that action at this time.
0 commit comments