# #
# File: shared/Conf.pm #
# #
-# Authors: Andre Malo <nd@o3media.de>, 2001-06-16 #
+# Authors: André Malo <nd@o3media.de> #
# #
# Description: read and parse configuration files #
# #
use strict;
use vars qw(
@EXPORT
- $VERSION
);
use XML::DOM;
################################################################################
+#
# Version check
#
-$VERSION = do { my @r =(q$Revision$ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+# last modified:
+# $Date$ (GMT)
+# by $Author$
+#
+sub VERSION {(q$Revision$ =~ /([\d.]+)\s*$/)[0] or '0.0'}
################################################################################
#
# $Shared - /path/to/shared-dir # -- " --
# $Script - scriptname
#
-# Return: hashref of config hash
-#
sub read_script_conf ($$$) {
my ($Config, $Shared, $Script) = @_;
#
#
-### *real* end of Conf ;-) #####################################################
+### *real* end of Conf ;-) #####################################################
\ No newline at end of file