[Koha-bugs] [Bug 15215] Remove Depreciation Errors due to misuse of UNIVERSAL in SIP/Sip/MsgType.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 19 13:27:28 CET 2015


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

Colin Campbell <colin.campbell at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe.
                   |ity.org                     |com

--- Comment #1 from Colin Campbell <colin.campbell at ptfs-europe.com> ---
Created attachment 44992
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44992&action=edit
Proposed patch

Easy to test 

Without patch compiling MsgType.pm (perl -wc C4/SIP/Sip/MsgType.pm) will give a
depreciation warning about calling UNIVERSAL's methods or with perl 5.22 will
abort compilation with message that UNIVERSAL does not export any methods

With patch applied module should compile without the warning/error

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list