From: Blake <blake@mobiusconsortium.org>
Date: Mon, 15 Aug 2016 16:57:18 +0000 (-0500)
Subject: LP1613326 SIPServer UNIVERSAL removed
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fblake%2FLP1613326_SIPServer_UNIVERSAL_deprecated;p=working%2FSIPServer.git

LP1613326 SIPServer UNIVERSAL removed

Perl 5.22 removed UNIVERSAL. Instead it's included in perl base.

Signed-off-by: Blake <blake@mobiusconsortium.org>
---

diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm
index 713df70..6a247a2 100644
--- a/Sip/MsgType.pm
+++ b/Sip/MsgType.pm
@@ -27,7 +27,6 @@ use strict;
 use warnings;
 use Exporter;
 use Sys::Syslog qw(syslog);
-use UNIVERSAL qw(can);
 
 use Sip qw(:all);
 use Sip::Constants qw(:all);