From 84d744274eff72b6ecb2a8dd9339c11f8b02a9be Mon Sep 17 00:00:00 2001 From: Blake Date: Mon, 15 Aug 2016 11:57:18 -0500 Subject: [PATCH] LP1613326 SIPServer UNIVERSAL removed Perl 5.22 removed UNIVERSAL. Instead it's included in perl base. Signed-off-by: Blake --- Sip/MsgType.pm | 1 - 1 file changed, 1 deletion(-) 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); -- 2.11.0