https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17941
Francesco Rivetti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Francesco Rivetti <[email protected]> --- Hi! I can't think of any issue with plack or apache. The only problem I had implementing it is the race with Exporter: Attribute::Handlers apply attributes at CHECK time, while Exporter at BEGIN time. I found a easy way to convince A::H to replace the methods at BEGIN time, but I believe the order in the @ISA must be preserved. But I don't consider this a proper fix, I just lack the experience to understand the whole logic behind it yet. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
