Solve issues for compilation

This commit is contained in:
Jose Gonzalez 2021-03-23 15:15:07 +01:00
parent 4ee0c580bb
commit 3cb504397f
5 changed files with 9 additions and 9 deletions

View File

@ -5,9 +5,9 @@
# This code is not free or OpenSource. Please don't redistribute. # This code is not free or OpenSource. Please don't redistribute.
################################################################################## ##################################################################################
package Goliat::GoliatCURL; package PandoraFMS::Goliat::GoliatCURL;
use Goliat::GoliatTools; use PandoraFMS::Goliat::GoliatTools;
use strict; use strict;
use warnings; use warnings;

View File

@ -5,12 +5,12 @@
# This code is not free or OpenSource. Please don't redistribute. # This code is not free or OpenSource. Please don't redistribute.
########################################################################## ##########################################################################
package Goliat::GoliatConfig; package PandoraFMS::Goliat::GoliatConfig;
use strict; use strict;
use warnings; use warnings;
use Goliat::GoliatTools;
use PandoraFMS::Tools; use PandoraFMS::Tools;
use PandoraFMS::Goliat::GoliatTools;
require Exporter; require Exporter;
our @ISA = ("Exporter"); our @ISA = ("Exporter");

View File

@ -5,9 +5,9 @@
# This code is not free or OpenSource. Please don't redistribute. # This code is not free or OpenSource. Please don't redistribute.
################################################################################## ##################################################################################
package Goliat::GoliatLWP; package PandoraFMS::Goliat::GoliatLWP;
use Goliat::GoliatTools; use PandoraFMS::Goliat::GoliatTools;
use strict; use strict;
use warnings; use warnings;

View File

@ -5,7 +5,7 @@
# This code is not free or OpenSource. Please don't redistribute. # This code is not free or OpenSource. Please don't redistribute.
############################################################################### ###############################################################################
package Goliat::GoliatTools; package PandoraFMS::Goliat::GoliatTools;
use 5.008004; use 5.008004;
use strict; use strict;

View File

@ -36,8 +36,8 @@ use PandoraFMS::DB;
use PandoraFMS::Core; use PandoraFMS::Core;
use PandoraFMS::ProducerConsumerServer; use PandoraFMS::ProducerConsumerServer;
use Goliat::GoliatTools; use PandoraFMS::Goliat::GoliatTools;
use Goliat::GoliatConfig; use PandoraFMS::Goliat::GoliatConfig;
# Inherits from PandoraFMS::ProducerConsumerServer # Inherits from PandoraFMS::ProducerConsumerServer
our @ISA = qw(PandoraFMS::ProducerConsumerServer); our @ISA = qw(PandoraFMS::ProducerConsumerServer);