X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/ba659b53059e637777865e646f0f2a6fb7f2988e..f4e905b815a97cc195eb8b8ab4703d15122ab443:/selfforum-cgi/shared/Conf.pm diff --git a/selfforum-cgi/shared/Conf.pm b/selfforum-cgi/shared/Conf.pm index 1fa97b2..3d2d5be 100644 --- a/selfforum-cgi/shared/Conf.pm +++ b/selfforum-cgi/shared/Conf.pm @@ -12,17 +12,14 @@ use strict; package Conf; -use vars qw(@ISA @EXPORT); - use XML::DOM; # ==================================================== # Funktionsexport # ==================================================== -require Exporter; -@ISA = qw(Exporter); -@EXPORT = qw(read_script_conf); +use base qw(Exporter); +@Conf::EXPORT = qw(read_script_conf); ################################ # sub read_script_conf