http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15215 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44992|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 45037 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45037&action=edit [SIGNED-OFF] Bug 15215: Remove warning due to misuse of UNIVERSAL Calling UNIVERSAL's internal methods will cause a depreciation warning in perls less that 5.22 as of 5.22 the warning is a fatal error causing compilation to abort Replace the use UNIVERSAL with UNIVERSAL::can to work around the buggy construct perldoc UNIVERSAL::can for more info Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> No more worning/error No qa errors -- You are receiving this mail because: You are watching all bug changes.