You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/07/22 21:56:26 UTC

cvs commit: modperl/Apache Apache.pm

stas        2004/07/22 12:56:26

  Modified:    Apache   Apache.pm
  Log:
  pod typo
  
  Revision  Changes    Path
  1.76      +1 -1      modperl/Apache/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /home/cvs/modperl/Apache/Apache.pm,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -u -r1.75 -r1.76
  --- Apache.pm	10 Dec 2003 21:09:36 -0000	1.75
  +++ Apache.pm	22 Jul 2004 19:56:26 -0000	1.76
  @@ -277,7 +277,7 @@
   Get or set the allowed methods bitmask. This allowed bitmask should be
   set whenever a 405 (method not allowed) or 501 (method not implemented)
   answer is returned. The bit corresponding to the method number should be
  -et.
  +set.
   
      unless ($r->method_number == M_GET) {
        $r->allowed($r->allowed | (1<<M_GET) | (1<<M_HEAD) | (1<<M_OPTIONS));