https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #96 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ 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/
