10 Sep
2026
10 Sep
'26
10:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43505 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 205459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205459&action=edit Bug 43505: Koha::QA - PerlCritic Replace Test::Perl::Critic in t/00-testcritic.t with Koha::QA::PerlCritic Test plan: `prove t/00-testcritic.t` => It still passes. QA: Behaviour change: Test::Perl::Critic was an optional dependency, the test used `plan skip_all` when it was not installed. Koha::QA::PerlCritic uses Perl::Critic and it is made mandatory. -- You are receiving this mail because: You are watching all bug changes.