[Astpp-commit] SF.net SVN: astpp:[2332] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2011-01-23 18:29:14
|
Revision: 2332
http://astpp.svn.sourceforge.net/astpp/?rev=2332&view=rev
Author: darrenkw
Date: 2011-01-23 18:29:07 +0000 (Sun, 23 Jan 2011)
Log Message:
-----------
Add code to assist with mod_perl implementation
Modified Paths:
--------------
trunk/modules/ASTPP/lib/ASTPP.pm
Modified: trunk/modules/ASTPP/lib/ASTPP.pm
===================================================================
--- trunk/modules/ASTPP/lib/ASTPP.pm 2011-01-15 21:47:57 UTC (rev 2331)
+++ trunk/modules/ASTPP/lib/ASTPP.pm 2011-01-23 18:29:07 UTC (rev 2332)
@@ -22,7 +22,7 @@
# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
# will save memory.
our %EXPORT_TAGS = ( 'all' => [ qw(
-
+load_config new set_verbosity_level set_verbosity
) ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|