mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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.
|
# 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;
|
||||||
|
@ -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");
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user