X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FSIP%2FSip%2FConfiguration.pm;h=9a281dd87a464509b6ebed81aee25887fe020014;hb=7e7b3731dc17b437b78b12fc7e321affa1d80b94;hp=e0616ae0d27f3936be98cd2aef47d8b824a3b0d2;hpb=1d821fe51a1d2eaf702cb841c46bb2e864ac5d28;p=koha_fer diff --git a/C4/SIP/Sip/Configuration.pm b/C4/SIP/Sip/Configuration.pm index e0616ae0d2..9a281dd87a 100644 --- a/C4/SIP/Sip/Configuration.pm +++ b/C4/SIP/Sip/Configuration.pm @@ -7,7 +7,6 @@ package Sip::Configuration; use strict; -use English; use warnings; use XML::Simple qw(:strict); @@ -80,15 +79,6 @@ sub find_service { return $self->{listeners}->{$portstr}; } -# -# Testing -# - -{ - no warnings qw(once); - eval join('',) || die $@ unless caller(); -} - 1; __END__