Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 64616 invoked from network); 26 Feb 2004 23:28:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Feb 2004 23:28:11 -0000 Received: (qmail 91417 invoked by uid 500); 26 Feb 2004 23:27:57 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 91403 invoked by uid 500); 26 Feb 2004 23:27:57 -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 91390 invoked by uid 500); 26 Feb 2004 23:27:57 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 26 Feb 2004 23:28:10 -0000 Message-ID: <20040226232810.64605.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/lib/Apache ParseSource.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 2004/02/26 15:28:10 Modified: lib/Apache ParseSource.pm Log: we want conn_keepalive constants Revision Changes Path 1.45 +1 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v retrieving revision 1.44 retrieving revision 1.45 diff -u -u -r1.44 -r1.45 --- ParseSource.pm 1 Oct 2003 19:53:05 -0000 1.44 +++ ParseSource.pm 26 Feb 2004 23:28:10 -0000 1.45 @@ -188,7 +188,7 @@ } my %enums_wanted = ( - Apache => { map { $_, 1 } qw(cmd_how input_mode filter_type) }, + Apache => { map { $_, 1 } qw(cmd_how input_mode filter_type conn_keepalive) }, APR => { map { $_, 1 } qw(apr_shutdown_how apr_read_type apr_lockmech) }, );