Show
Ignore:
Timestamp:
03/02/08 12:44:43 (9 months ago)
Author:
lopnor
Message:

lang/perl/Apache2-AuthenOpenID: release 0.05: added missing use lines

Location:
lang/perl/Apache2-AuthenOpenID
Files:
1 added
1 removed
4 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/Apache2-AuthenOpenID/tags/0.05/Changes

    r1263 r7366  
    11Revision history for Perl extension Apache2::AuthenOpenID. 
     2 
     30.05  Sun Mar 02 12:45:00 JST 2008 
     4        - added missing use lines 
    25 
    360.04  Sat Nov 10 12:21:00 JST 2007 
  • lang/perl/Apache2-AuthenOpenID/tags/0.05/lib/Apache2/AuthenOpenID.pm

    r1263 r7366  
    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        { 
  • lang/perl/Apache2-AuthenOpenID/trunk/Changes

    r1263 r7366  
    11Revision history for Perl extension Apache2::AuthenOpenID. 
     2 
     30.05  Sun Mar 02 12:45:00 JST 2008 
     4        - added missing use lines 
    25 
    360.04  Sat Nov 10 12:21:00 JST 2007 
  • lang/perl/Apache2-AuthenOpenID/trunk/lib/Apache2/AuthenOpenID.pm

    r1263 r7366  
    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        {