Author: gozer
Date: Fri Mar 17 13:54:21 2006
New Revision: 386734

URL: http://svn.apache.org/viewcvs?rev=386734&view=rev
Log:
Fix tyop introduced in r386697


Modified:
    perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm

Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm?rev=386734&r1=386733&r2=386734&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm Fri Mar 17 
13:54:21 2006
@@ -4437,7 +4437,7 @@
         'name' => 'r'
       }
     ]    
-  }.
+  },
   {
     'return_type' => 'int',
     'name' => 'modperl_post_config_handler',


Reply via email to