https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43514 Bug ID: 43514 Summary: Perl::Tidy 20250912 spams warnings under perl 5.44 Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- FTR (and a note to self) Under Perl 5.44, Perl::Tidy 20250912 spams the following warnings: "Possible attempt to escape whitespace in qw() list at /usr/local/lib/perl5/site_perl/5.44.0/Perl/Tidy/Tokenizer.pm" Coming from `my @spaces_left_side = qw< t ! ~ m p { \ h pp mm Z j >;` It's fixed in https://github.com/perltidy/perltidy/pull/191 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.