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

            Bug ID: 15215
           Summary: Remove Depreciation Errors due to misuse of UNIVERSAL
                    in SIP/Sip/MsgType.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: SIP2
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Compiling C4/SIP/Sip/MsgType.pm generates the warning

UNIVERSAL->import is deprecated and will be removed in a future perl in perl
5.22 this is now a fatal error causing compilation to abort with the message
'UNIVERSAL does not export anything'. (And e.g. crashing Koha's test suite
fairly early on)

replace invalid call to UNIVERSAL with a use UNIVERSAL::can to avoid this

-- 
You are receiving this mail because:
You are the assignee for the bug.
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