Skip to content

Commit

Permalink
Replace Perl::Critic::Freenode with Perl::Critic::Community
Browse files Browse the repository at this point in the history
It was renamed long ago, and with the next release the old alias will
be removed
  • Loading branch information
perlpunk committed Jan 22, 2025
1 parent 3fc0071 commit 37a794c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ on 'test' => sub {
on 'develop' => sub {
requires 'Code::TidyAll';
requires 'Perl::Critic';
requires 'Perl::Critic::Freenode';
requires 'Perl::Critic::Community';
requires 'Perl::Tidy', '== 20250105.0.0';

};
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ test_requires:
style_check_requires:
python3-yamllint:
perl(Perl::Critic):
perl(Perl::Critic::Freenode):
perl(Perl::Critic::Community):
perl(Code::TidyAll):
ShellCheck:
shfmt:
2 changes: 1 addition & 1 deletion dist/rpm/openQA.spec
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
%define qemu qemu
%endif
# The following line is generated from dependencies.yaml
%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) perl(Perl::Critic::Freenode) python3-yamllint shfmt
%define style_check_requires ShellCheck perl(Code::TidyAll) perl(Perl::Critic) perl(Perl::Critic::Community) python3-yamllint shfmt
# The following line is generated from dependencies.yaml
%define cover_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecovbash)
# The following line is generated from dependencies.yaml
Expand Down

0 comments on commit 37a794c

Please sign in to comment.