http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9012
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Patch complexity|--- |Trivial patch QA Contact| |[email protected] --- Comment #3 from Katrin Fischer <[email protected]> --- Perlcritic failing before and after applying the patch, noting results here: "require" statement with library name as string at line 11, column 12. Use a bareword instead. (Severity: 5) Bareword file handle opened at line 74, column 3. See pages 202,204 of PBP. (Severity: 5) Two-argument "open" used at line 74, column 3. See page 207 of PBP. (Severity: 5) Variable declared in conditional statement at line 439, column 9. Declare variables outside of the condition. (Severity: 5) But patch works nicely, passing QA. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
