https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #96 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Martin Renvoize from comment #95)
QA Script is complaining.. though I'm not entirely sure what it means:
FAIL Koha/Patron.pm FAIL valid Constant subroutine Koha::Patron::ADMINISTRATIVE_LOCKOUT redefined
Any thoughts?
Look at Koha/Patron.pm without these patches. And run perl -cw You will see lots of redefines warnings due to some circular inheritance issue there. The new constant suffers from this problem too. So this is a false negative. Back to SO -- You are receiving this mail because: You are watching all bug changes.