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 pg...@apache.org on 2005/08/24 03:51:37 UTC

svn commit: r239505 - /perl/modperl/trunk/lib/Apache2/Status.pm

Author: pgollucci
Date: Tue Aug 23 18:51:33 2005
New Revision: 239505

URL: http://svn.apache.org/viewcvs?rev=239505&view=rev
Log:
Perl Sections work

Modified:
    perl/modperl/trunk/lib/Apache2/Status.pm

Modified: perl/modperl/trunk/lib/Apache2/Status.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/Apache2/Status.pm?rev=239505&r1=239504&r2=239505&view=diff
==============================================================================
--- perl/modperl/trunk/lib/Apache2/Status.pm (original)
+++ perl/modperl/trunk/lib/Apache2/Status.pm Tue Aug 23 18:51:33 2005
@@ -45,7 +45,6 @@
 );
 delete $status{'sig'} if IS_WIN32;
 
-# XXX: needs porting
 if ($Apache2::PerlSections::Save) {
     $status{"section_config"} = "Perl Section Configuration";
 }