24 Mar
2026
24 Mar
'26
4:46 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42092 --- Comment #8 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 196056 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196056&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.