Skip to content

Commit 9603bd6

Browse files
committed
Suggest a newer Perl::Critic::Community
Request version v1.0.4 of Perl::Critic::Community to ensure that its policies can be overridden under the community name and do not need the old Freenode name.
1 parent f8047ad commit 9603bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: perl-actions/[email protected]
4747
with:
4848
cpanfile: "cpanfile"
49-
args: "--with-suggests"
49+
args: "-v --with-suggests"
5050
sudo: false
5151
- name: Makefile.PL
5252
run: perl Makefile.PL

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on 'test' => sub {
44
requires 'JSON::PP';
55
requires 'Perl6::Slurp';
66
suggests 'Perl::Critic';
7-
suggests 'Perl::Critic::Community';
7+
suggests 'Perl::Critic::Community', 'v1.0.4';
88
suggests 'Test::CPAN::Changes';
99
suggests 'Test::Kwalitee';
1010
suggests 'Test::MinimumVersion';

0 commit comments

Comments
 (0)