ask         2002/10/09 01:58:29

  Modified:    src/docs/2.0/user/handlers http.pod
  Log:
  need to load Apache::Access for authen and authz handlers; I think.
  
  Revision  Changes    Path
  1.3       +4 -0      modperl-docs/src/docs/2.0/user/handlers/http.pod
  
  Index: http.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/http.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- http.pod  9 Oct 2002 08:09:56 -0000       1.2
  +++ http.pod  9 Oct 2002 08:58:29 -0000       1.3
  @@ -596,6 +596,8 @@
     use warnings;
     
     use Apache::Const -compile => qw(OK DECLINED AUTH_REQUIRED);
  +
  +  use Apache::Access();
     
     use constant SECRET_LENGTH => 14;
     
  @@ -701,6 +703,8 @@
     use warnings;
     
     use Apache::Const -compile => qw(OK AUTH_REQUIRED);
  +
  +  use Apache::Access ();
     
     my %protected = (
         'admin'  => ['stas'],
  
  
  

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

Reply via email to