Little change. Release 0.7b10.

This commit is contained in:
Xavier Guimard 2007-02-10 10:37:31 +00:00
parent fb722d197f
commit 643a9ad3b6
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
Revision history for Perl extension Lemonldap::NG::Handler.
0.74
- unprotect system: the unprotect sub can be used to avoid Lemonldap::NG
control.
0.74 Sun Feb 4 19:27:34 2007
- unprotect system documentation
- remove warning on Apache-1.3 ($ENV{MOD_PERL_API_VERSION} does not exist)
0.73 Thu Jan 4 15:34:22 2007
- In VirtualHost context, PerlInitHandler is an alias for

View File

@ -59,7 +59,7 @@ our (
BEGIN {
if ( exists $ENV{MOD_PERL} ) {
if ( $ENV{MOD_PERL_API_VERSION} >= 2 ) {
if ( $ENV{MOD_PERL_API_VERSION} and $ENV{MOD_PERL_API_VERSION} >= 2 ) {
*MP = sub { 2 };
}
else {