You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2005/03/31 15:59:58 UTC

svn commit: r159590 - perl/modperl/trunk/t/lib/TestExit/FromPerlModule.pm

Author: geoff
Date: Thu Mar 31 05:59:58 2005
New Revision: 159590

URL: http://svn.apache.org/viewcvs?view=rev&rev=159590
Log:
blarg.  I need a better editor...

Modified:
    perl/modperl/trunk/t/lib/TestExit/FromPerlModule.pm

Modified: perl/modperl/trunk/t/lib/TestExit/FromPerlModule.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/t/lib/TestExit/FromPerlModule.pm?view=diff&r1=159589&r2=159590
==============================================================================
--- perl/modperl/trunk/t/lib/TestExit/FromPerlModule.pm (original)
+++ perl/modperl/trunk/t/lib/TestExit/FromPerlModule.pm Thu Mar 31 05:59:58 2005
@@ -9,9 +9,9 @@
 
 sub exit_handler {
     my($p, $s) = @_;
-                                                                                                                             
+
     $s->log->info("Child process pid=$$ is exiting - server push");
-                                                                                                                             
+
     Apache2::OK;
 }