[svn:modperl-modules] rev 222 - Apache-Scoreboard-2.0/trunk/lib/Apache
[email protected] 28 Jun 2005 19:21:26 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: MJH
Date: Tue Jun 28 12:21:25 2005
New Revision: 222
Modified:
Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm
Log:
oops. works with mp2, not greater than 2
Modified: Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm
==============================================================================
--- Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm (original)
+++ Apache-Scoreboard-2.0/trunk/lib/Apache/Scoreboard.pm Tue Jun 28 12:21:25 2005
@@ -11,7 +11,7 @@ BEGIN {
require mod_perl2;
die "This module was built against mod_perl 2.0 ",
"and can't be used with $mod_perl::VERSION, "
- unless $mod_perl::VERSION > 2.00;
+ unless $mod_perl::VERSION > 1.99;
}
# so that it can be loaded w/o mod_perl (.e.g MakeMaker requires this