http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15215

Bernardo Gonzalez Kriegel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44992|0                           |1
        is obsolete|                            |

--- Comment #2 from Bernardo Gonzalez Kriegel <[email protected]> ---
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 <[email protected]>
No more worning/error
No qa errors

-- 
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/

Reply via email to