stas 2004/08/18 23:03:26 Modified: src/docs/2.0/api APR.pod config.cfg Log: updates Revision Changes Path 1.5 +31 -7 modperl-docs/src/docs/2.0/api/APR.pod Index: APR.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- APR.pod 22 May 2004 02:03:26 -0000 1.4 +++ APR.pod 19 Aug 2004 06:03:26 -0000 1.5 @@ -1,20 +1,44 @@ =head1 NAME -APR - Perl Interface for libapr and libaprutil Libraries +APR - Perl Interface for Apache Portable Runtime (libapr and +libaprutil Libraries) + + + + =head1 Synopsis - use APR; + use APR (); + + + + + =head1 Description -Notes on how to use APR outside mod_perl 2.0. +On load this modules prepares the APR enviroment (initializes memory +pools, data structures, etc.) + +You don't need to use this module explicitly, since it's already +loaded internally by all C<APR::*> modules. + + + + + + +=head1 Using APR modules outside mod_perl 2.0 + +You'd use the C<APR::*> modules outside mod_perl 2.0, just like you'd +use it with mod_perl 2.0. For example to get a random unique string +you could call: + + % perl -MApache2 -MAPR::UUID -le 'print APR::UUID->new->format' + -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 -MAPR::UUID -le 'print APR::UUID->new->format' 1.40 +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.39 retrieving revision 1.40 diff -u -u -r1.39 -r1.40 --- config.cfg 16 Jul 2004 01:42:19 -0000 1.39 +++ config.cfg 19 Aug 2004 06:03:26 -0000 1.40 @@ -56,6 +56,7 @@ APR/Error.pod APR/Finfo.pod APR/IpSubnet.pod + APR/OS.pod APR/PerlIO.pod APR/Pool.pod APR/SockAddr.pod
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]