rev 1442 - trunk/siesta

[prev] [thread] [next] [lurker] [Date index for 2003/10/17]

From: richardc
Subject: rev 1442 - trunk/siesta
Date: 16:50 on 17 Oct 2003
Author: richardc
Date: 2003-10-17 16:50:17 +0100 (Fri, 17 Oct 2003)
New Revision: 1442

Modified:
   trunk/siesta/Config.pm.in
Log:
allow exporting of the $config object


Modified: trunk/siesta/Config.pm.in
===================================================================
--- trunk/siesta/Config.pm.in	2003-10-17 15:33:54 UTC (rev 1441)
+++ trunk/siesta/Config.pm.in	2003-10-17 15:50:17 UTC (rev 1442)
@@ -3,6 +3,8 @@
 use strict;
 use vars qw( $CONFIG_FILE $ROOT $MESSAGES @STORAGE $ARCHIVE $LOG_PATH $LOG_LEVEL $config );
 use AppConfig qw(:expand :argcount);
+use base 'Exporter';
+our $EXPORT_OK = qw( $config );
 
 =head1 NAME 
 

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52