From a31161a400477569eece28ac2250f0717b33ed21 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 12 Dec 2002 05:40:45 +0000 Subject: [PATCH] add commented directive for mod_perl 2.0 --- sbin/preload.perl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/preload.perl b/sbin/preload.perl index d2931a4d7..d7ce5f588 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -9,7 +9,8 @@ $ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!"; #---------------------------------------- # System controlled Perl modules. #---------------------------------------- -use Apache::Registry (); +use Apache::Registry (); # Uncomment this for use with mod_perl 1.0 +#use ModPerl::Registry (); # Uncomment this for use with mod_perl 2.0 use CGI (); CGI->compile(':all'); use CGI::Carp (); use URI::Escape ();