Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 13913 invoked from network); 15 Nov 2003 19:30:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Nov 2003 19:30:48 -0000 Received: (qmail 82031 invoked by uid 500); 15 Nov 2003 19:30:39 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 82010 invoked by uid 500); 15 Nov 2003 19:30:38 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 81997 invoked by uid 500); 15 Nov 2003 19:30:38 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 15 Nov 2003 19:30:47 -0000 Message-ID: <20031115193047.13903.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/lib/Apache Status.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2003/11/15 11:30:47 Modified: lib/Apache Status.pm Log: some problem with Apache->request($r), disable for now Revision Changes Path 1.9 +1 -1 modperl-2.0/lib/Apache/Status.pm Index: Status.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/Apache/Status.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- Status.pm 9 Sep 2003 18:15:09 -0000 1.8 +++ Status.pm 15 Nov 2003 19:30:47 -0000 1.9 @@ -109,7 +109,7 @@ sub handler { my($r) = @_; - Apache->request($r); #for Apache::CGI + #Apache->request($r); #for Apache::CGI my $qs = $r->args || ""; my $sub = "status_$qs"; no strict 'refs';