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) }, );