mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Solve issues for compilation
This commit is contained in:
parent
4ee0c580bb
commit
3cb504397f
@ -5,9 +5,9 @@
|
||||
# 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 warnings;
|
||||
|
@ -5,12 +5,12 @@
|
||||
# This code is not free or OpenSource. Please don't redistribute.
|
||||
##########################################################################
|
||||
|
||||
package Goliat::GoliatConfig;
|
||||
package PandoraFMS::Goliat::GoliatConfig;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Goliat::GoliatTools;
|
||||
use PandoraFMS::Tools;
|
||||
use PandoraFMS::Goliat::GoliatTools;
|
||||
|
||||
require Exporter;
|
||||
our @ISA = ("Exporter");
|
||||
|
@ -5,9 +5,9 @@
|
||||
# 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 warnings;
|
||||
|
@ -5,7 +5,7 @@
|
||||
# This code is not free or OpenSource. Please don't redistribute.
|
||||
###############################################################################
|
||||
|
||||
package Goliat::GoliatTools;
|
||||
package PandoraFMS::Goliat::GoliatTools;
|
||||
|
||||
use 5.008004;
|
||||
use strict;
|
||||
|
@ -36,8 +36,8 @@ use PandoraFMS::DB;
|
||||
use PandoraFMS::Core;
|
||||
use PandoraFMS::ProducerConsumerServer;
|
||||
|
||||
use Goliat::GoliatTools;
|
||||
use Goliat::GoliatConfig;
|
||||
use PandoraFMS::Goliat::GoliatTools;
|
||||
use PandoraFMS::Goliat::GoliatConfig;
|
||||
|
||||
# Inherits from PandoraFMS::ProducerConsumerServer
|
||||
our @ISA = qw(PandoraFMS::ProducerConsumerServer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user