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<Apache::MyConfig> 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 <[EMAIL PROTECTED]>]
   
  -include mod_perl hook/feature config in Apache::MyConfig
  +include mod_perl hook/feature config and pod in Apache::MyConfig
   [Geoffrey Young <[EMAIL PROTECTED]>]
   
   rewrite of Apache::WRITE() in c/xs
  
  
  

Reply via email to