]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/Conf.pm
further and further it goes... (not yet ready)
[selfforum.git] / selfforum-cgi / shared / Conf.pm
index 1fa97b2379fd9fe44d82b4b77897b864a66a0ee6..3d2d5be9e7881ac1908e4c90e2c477889c298909 100644 (file)
@@ -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

patrick-canterino.de