https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35582 --- Comment #11 from Lari Strand <lmstrand@gmail.com> --- The qa tool complains about this row: $language_subtag_registry->{language_description}.=" ($native_description)"; If I delete the row from the commit, the qa passes. The line is like a copy-paste from the old code line: $language_subtag_registry->{language_description}.=" ($language_descriptions->{description})" if $language_descriptions->{description}; I can't get it to pass validation without breaking the code. It's still valid perl and perltidy in VSCode doesn't want to touch the row (using perltidyrc from https://git.koha-community.org/Koha-community/Koha/src/commit/7e8f41cce9353a... if I recall). How do we move forward from this? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.