http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9468 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #10 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA Comment: 2 smalls remarks: 1/ FAIL C4/Koha.pm OK pod FAIL forbidden patterns forbidden pattern: tab char (line 201) forbidden pattern: tab char (line 199) forbidden pattern: tab char (line 200) forbidden pattern: tab char (line 193) forbidden pattern: tab char (line 194) I know there are a lot of tab around these lines... 2/ qq{} is badly used at 2 places. Prefer q{} if you don't need a variable interpolation. Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes.