https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34339
--- Comment #7 from Marcel de Rooy <[email protected]> --- To provide a bit more context, the "Inconsistent hierarchy during C3 merge of class" error refers to method resolution order / C3 algorithm and might be caused by e.g. 'use parent' that adds a class twice in @ISA. I did not see parent here, but base. So should be fine? But looking at Mojo/Base, I do see some mangling of @ISA in there. At perlmonks someone suggested to clear @ISA at some point. Not sure how to proceed.. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
