- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Apr 2005 13:44:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv20640/bin
Modified Files:
checklink
Log Message:
Use Apache2::compat instead of Apache::compat to support recent mod_perl 2's.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.18
retrieving revision 4.19
diff -u -d -r4.18 -r4.19
--- checklink 9 Apr 2005 14:52:49 -0000 4.18
+++ checklink 21 Apr 2005 13:44:18 -0000 4.19
@@ -124,7 +124,7 @@
# Pull in mod_perl modules if applicable.
if ($ENV{MOD_PERL}) {
- eval "require Apache::compat"; # For mod_perl 2
+ eval "require Apache2::compat"; # For mod_perl 2
require Apache;
}
Received on Thursday, 21 April 2005 13:44:21 UTC