stas        2003/08/05 10:00:45

  Modified:    src/docs/2.0/user/config custom.pod
  Log:
  s|^|  |' on the code sections
  
  Revision  Changes    Path
  1.8       +5 -5      modperl-docs/src/docs/2.0/user/config/custom.pod
  
  Index: custom.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/custom.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- custom.pod        5 Aug 2003 16:48:37 -0000       1.7
  +++ custom.pod        5 Aug 2003 17:00:45 -0000       1.8
  @@ -274,7 +274,7 @@
   might want to know which directive is being called currently.
   To do this, you can use the I<cmd_data> parameter, which allows
   you to store arbitrary strings for later retrieval from your
  -directive handler.  For instance.
  +directive handler.  For instance:
   
     our @APACHE_MODULE_COMMANDS = (
         {
  @@ -300,14 +300,14 @@
   C<info()> method exposed by the C<Apache::CmdParms> class.
   
     use Apache::CmdParms ();
  -
  +  
     sub Location {
  -
  +  
       my ($cfg, $parms, $data) = @_;
  -
  +  
       # see if we were called via LocationMatch
       my $regex = $parms->info;
  -
  +  
       # continue along
     }
   
  
  
  

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

Reply via email to