> -----Original Message-----
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 20, 2000 1:20 PM
> To: Geoffrey Young
> Cc: [EMAIL PROTECTED]
> Subject: RE: Apache::MyConfig hooks list
>  
> > you want me to insert some pod for Apache::MyConfig here too?
> 
> that would be cool.

well, it's not much but I wasn't sure if you wanted a huge pod in
Makefile.PL anyway...

for the life of me I can't figure out how to add MyConfig.pm to MAN3POD -
explicity adding it truncates everything else, but manifypods() doesn't see
it on its own..,

for what it's worth:

--- Makefile.PL.old     Wed Dec 20 14:38:34 2000
+++ Makefile.PL Thu Dec 21 13:58:43 2000
@@ -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;


> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to