<p>At least two places in OpenSIPS where "use UNIVERSAL" is used:</p>

<p>./opensips-1.10.3-tls/modules/perl/lib/perl/OpenSIPS/LDAPUtils/LDAPConnection.pm<br>
55:use UNIVERSAL qw( isa );<br>
188:    if( isa($conf ,"OpenSIPS::LDAPUtils::LDAPConnection") ) {</p>

<p>./opensips-1.10.3-tls/modules/perl/lib/perl/OpenSIPS/VDB.pm<br>
48:use UNIVERSAL qw ( can );<br>
90:     if (can($pkg, $3)) {<br>
92:     } elsif (can($v, "init")) {<br>
95:     } elsif (can($v, "new")) {</p>

<p>This should be fixed as according to this document it will throw a fatal error starting with Perl 5.22:</p>

<p><a href="http://search.cpan.org/%7Eshay/perl-5.21.11/pod/perl5213delta.pod#use%C2%A0UNIVERSAL%C2%A0%27...%27_is_now_a_fatal_error">http://search.cpan.org/~shay/perl-5.21.11/pod/perl5213delta.pod#use%C2%A0UNIVERSAL%C2%A0%27...%27_is_now_a_fatal_error</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/804">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciUcotpdqXcXYS9DO8mw4sIImDH6iks5pmM_mgaJpZM4HeveY.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/804"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>