From 0996b09aa37a78bda748a2cc9b4a92816c6ef42c Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 21 May 2024 11:43:24 +0200 Subject: [PATCH] remove geoip pandora_enterprise#12904 --- pandora_server/lib/PandoraFMS/GIS.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_server/lib/PandoraFMS/GIS.pm b/pandora_server/lib/PandoraFMS/GIS.pm index 1f9e1ce27e..0a2023f1c7 100644 --- a/pandora_server/lib/PandoraFMS/GIS.pm +++ b/pandora_server/lib/PandoraFMS/GIS.pm @@ -48,7 +48,6 @@ Exported Functions: use strict; use warnings; -use Geo::IP; # Default lib dir for RPM and DEB packages BEGIN { push @INC, '/usr/lib/perl5'; } @@ -160,7 +159,7 @@ __END__ =head1 DEPENDENCIES -L, L, L +L, L =head1 LICENSE