Refs #5396
This commit is contained in:
parent
93bb206740
commit
e8e524c973
|
@ -39,6 +39,7 @@ use base qw(centreon::plugins::mode);
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use SOAP::Lite;
|
||||
|
||||
my $soap;
|
||||
my $response;
|
||||
|
|
|
@ -79,7 +79,6 @@ package network::fritzbox::plugin;
|
|||
use strict;
|
||||
use warnings;
|
||||
use base qw(centreon::plugins::script_simple);
|
||||
use SOAP::Lite;
|
||||
|
||||
sub new {
|
||||
my ($class, %options) = @_;
|
||||
|
|
Loading…
Reference in New Issue