https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42092 Bug ID: 42092 Summary: Remove space in use of qw Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org Usual syntax for strings array is qw( xxx ), sometimes qw{ xxx } or qw/ xxx /. In a few cases there is a space : qw /xxx/. Looks like this is a correct syntax and not managed by Perl Tidy. I would prefer it to be avoided so that code looks always the same. Also it is not known in my editor (EPIC in Eclipse IDE), maybe other users are impacted. So I propose to patch it. Even add to QA tools if QA team found this a good idea. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.