http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14121 Bug ID: 14121 Summary: Silence warnings t/db_dependent/Auth_with_cas.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: mtompset@hotmail.com QA Contact: gmcharlt@gmail.com C4::Auth_with_case has a $query->param($_) in a context which is not clearly scalar to the interpreter, so it throws a security warning. Introduce a variable, use the variable instead of calling param() twice. Noise disappears. -- You are receiving this mail because: You are watching all bug changes.