You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/07/28 19:37:24 UTC

cvs commit: modperl-docs/src/docs/2.0/user/troubleshooting troubleshooting.pod

stas        2003/07/28 10:37:24

  Modified:    src/docs/2.0/api APR.pod
               src/docs/2.0/user/troubleshooting troubleshooting.pod
  Log:
  use APR::UUID as an example which actually works outside of mod_perl,
  whereas Apache::Table doesn't
  
  Revision  Changes    Path
  1.2       +1 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR.pod	23 May 2003 05:20:53 -0000	1.1
  +++ APR.pod	28 Jul 2003 17:37:24 -0000	1.2
  @@ -12,8 +12,7 @@
   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);'
  +  % perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID->new->format'
   
   
   =cut
  
  
  
  1.10      +2 -2      modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- troubleshooting.pod	23 May 2003 05:21:49 -0000	1.9
  +++ troubleshooting.pod	28 Jul 2003 17:37:24 -0000	1.10
  @@ -147,8 +147,8 @@
   
   in order to load the XS subroutines. For example:
   
  -  % perl -MApache2 -MAPR -le 'use APR::Table; use APR::Pool; \
  -  $table = APR::Table::make(APR::Pool->new, 2);'
  +  % perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID->new->format'
  +
   
   =head1 Maintainers
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org