geoff       2003/08/05 09:48:37

  Modified:    src/docs/2.0/user/config custom.pod
  Log:
  formatting fixes
  
  Revision  Changes    Path
  1.7       +3 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- custom.pod        31 Jul 2003 15:01:56 -0000      1.6
  +++ custom.pod        5 Aug 2003 16:48:37 -0000       1.7
  @@ -301,16 +301,14 @@
   
     use Apache::CmdParms ();
   
  -  ...
  -
     sub Location {
  -                                                                             
                       
  +
       my ($cfg, $parms, $data) = @_;
  -                                                                             
                       
  +
       # see if we were called via LocationMatch
       my $regex = $parms->info;
   
  -    ...
  +    # continue along
     }
   
   In case you are wondering, C<Location> and C<LocationMatch> were
  
  
  

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

Reply via email to