Merge branch 'bug_8433' into 3.12-master
This commit is contained in:
commit
8f70edeb62
5 changed files with 0 additions and 8 deletions
|
@ -6,7 +6,6 @@ package Sip;
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use English;
|
||||
use Exporter;
|
||||
use Readonly;
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
package Sip::Configuration;
|
||||
|
||||
use strict;
|
||||
use English;
|
||||
use warnings;
|
||||
use XML::Simple qw(:strict);
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@ package Sip::Configuration::Account;
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use English;
|
||||
# use Exporter;
|
||||
|
||||
sub new {
|
||||
my ($class, $obj) = @_;
|
||||
|
|
|
@ -7,8 +7,6 @@ package Sip::Configuration::Institution;
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use English;
|
||||
# use Exporter;
|
||||
|
||||
sub new {
|
||||
my ($class, $obj) = @_;
|
||||
|
|
|
@ -7,8 +7,6 @@ package Sip::Configuration::Service;
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use English;
|
||||
# use Exporter;
|
||||
|
||||
sub new {
|
||||
my ($class, $obj) = @_;
|
||||
|
|
Loading…
Reference in a new issue