13 Mar
2026
13 Mar
'26
9:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42092 --- Comment #5 from David Nind <david@davidnind.com> --- Created attachment 195359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195359&action=edit Bug 42092: Remove space in use of 'qw/' Use syntax 'qw(' instead of 'qw /'. Also use one value per line, makes code reading and versionning easier. This is not enforced by Perl Tidy. Just a syntax change so no test plan. Just run unit tests : t/db_dependent/Koha.t t/Koha/SearchEngine/Elasticsearch/QueryBuilder.t Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.