Return-Path: Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 87693 invoked by uid 1066); 21 Dec 2000 20:00:13 -0000 Date: 21 Dec 2000 20:00:12 -0000 Message-ID: <20001221200012.87647.qmail@locus.apache.org> From: dougm@locus.apache.org To: modperl-cvs@apache.org Subject: cvs commit: modperl Makefile.PL Changes dougm 00/12/21 12:00:10 Modified: . Makefile.PL Changes Log: pod patch from geoff Revision Changes Path 1.173 +21 -0 modperl/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/modperl/Makefile.PL,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- Makefile.PL 2000/12/20 18:35:33 1.172 +++ Makefile.PL 2000/12/21 20:00:09 1.173 @@ -1974,6 +1974,27 @@ 1; __END__ + +=head1 NAME + +Apache::MyConfig - build options access + +=head1 SYNOPSIS + + use Apache::MyConfig; + die unless \$Apache::MyConfig::Setup{PERL_FILE_API}; + +=head1 DESCRIPTION + +B module provides access to the various hooks +and features set when mod_perl is built. This circumvents the +need to set up a live server just to find out if a certain callback +hook is available. + +Itterate through \%Apache::MyConfig::Setup to get obtain build +information then see Appendix B of the Eagle book for more detail +on each key. + EOT close FH; 1.560 +1 -1 modperl/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl/Changes,v retrieving revision 1.559 retrieving revision 1.560 diff -u -r1.559 -r1.560 --- Changes 2000/12/21 19:19:07 1.559 +++ Changes 2000/12/21 20:00:09 1.560 @@ -17,7 +17,7 @@ post_connection() expects a return status from the callback function. [Stas Bekman ] -include mod_perl hook/feature config in Apache::MyConfig +include mod_perl hook/feature config and pod in Apache::MyConfig [Geoffrey Young ] rewrite of Apache::WRITE() in c/xs