LP1613326 SIPServer UNIVERSAL removed user/blake/LP1613326_SIPServer_UNIVERSAL_deprecated
authorBlake <blake@mobiusconsortium.org>
Mon, 15 Aug 2016 16:57:18 +0000 (11:57 -0500)
committerBlake <blake@mobiusconsortium.org>
Mon, 15 Aug 2016 16:57:18 +0000 (11:57 -0500)
Perl 5.22 removed UNIVERSAL. Instead it's included in perl base.

Signed-off-by: Blake <blake@mobiusconsortium.org>
Sip/MsgType.pm

index 713df70..6a247a2 100644 (file)
@@ -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);