Skip to content

Commit eb2f562

Browse files
committed
Testing CI failures
1 parent efbcbdd commit eb2f562

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
- uses: perl-actions/[email protected]
4747
with:
4848
cpanfile: "cpanfile"
49-
args: "-v --reinstall --with-suggests"
49+
args: "--reinstall --with-suggests"
5050
sudo: false
51+
verbose: true
5152
- name: Makefile.PL
5253
run: perl Makefile.PL
5354
- name: make test

t/data/perlcriticrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ verbose = %f:%l:%c: [%p] %m (%e, Severity: %s)\n
4848
# return statement. I don't think the empty list versus undef behavior is that
4949
# confusing.
5050
[-Community::EmptyReturn]
51+
[-Freenode::EmptyReturn]
5152

5253
# This recommends using given/when, but Perl has marked those as experimental
5354
# and cautions against using when.

0 commit comments

Comments
 (0)