projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b8919
)
LP1613326 SIPServer UNIVERSAL removed
user/blake/LP1613326_SIPServer_UNIVERSAL_deprecated
author
Blake
<blake@mobiusconsortium.org>
Mon, 15 Aug 2016 16:57:18 +0000
(11:57 -0500)
committer
Blake
<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
patch
|
blob
|
history
diff --git
a/Sip/MsgType.pm
b/Sip/MsgType.pm
index
713df70
..
6a247a2
100644
(file)
--- 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);