Show
Ignore:
Timestamp:
02/18/08 11:20:50 (10 months ago)
Author:
lopnor
Message:

lang/perl/Apache2-AuthenOpenID/branches/openid2/lib/Apache2/AutheOpenID.pm: added use lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Apache2-AuthenOpenID/branches/openid2/lib/Apache2/AuthenOpenID.pm

    r1263 r6848  
    88use Apache2::ServerUtil; 
    99use Apache2::Log; 
     10use Apache2::Access; 
     11use Apache2::CmdParms; 
    1012use Apache2::Const -compile => qw( 
    1113    HTTP_UNAUTHORIZED OK DECLINED REDIRECT OR_AUTHCFG TAKE1 
     
    4345            req_override    => Apache2::Const::OR_AUTHCFG, 
    4446            args_how        => Apache2::Const::TAKE1, 
    45             errmsg          => 'return_to http://sample.com/trust_root/', 
     47            errmsg          => 'trust_root http://sample.com/trust_root/', 
    4648        }, 
    4749        {