stas 2003/05/22 22:20:53 Modified: src/docs/2.0/api config.cfg Added: src/docs/2.0/api APR.pod Log: start the APR manpage Revision Changes Path 1.24 +1 -0 modperl-docs/src/docs/2.0/api/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/config.cfg,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- config.cfg 15 May 2003 04:04:05 -0000 1.23 +++ config.cfg 23 May 2003 05:20:53 -0000 1.24 @@ -32,6 +32,7 @@ group => 'APR:: Core API', chapters => [qw( + APR.pod APR/Const.pod APR/PerlIO.pod APR/Table.pod 1.1 modperl-docs/src/docs/2.0/api/APR.pod Index: APR.pod =================================================================== =head1 NAME APR - Perl Interface for libapr and libaprutil Libraries =head1 Synopsis use APR; =head1 Description Normally you don't need to use this module. However if you are using an C<APR::> package outside of mod_perl, you need to load APR first. For example: % perl -MApache2 -MAPR -le 'use APR::Table; use APR::Pool; \ $table = APR::Table::make(APR::Pool->new, 2);' =cut
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]