ports/www/p5-Apache-AuthenURL/files/patch-Makefile.PL
Cheng-Lung Sung 6c044ca796 - update to 0.09
- add mod_perl2 support

Approved by:	co-mentor (vanilla)
2004-10-23 08:20:06 +00:00

10 lines
248 B
Perl

--- Makefile.PL Wed Aug 16 11:56:21 2000
+++ Makefile.PL Sat Oct 23 14:58:56 2004
@@ -6,6 +6,7 @@
my $missing_modules = 0;
print "Checking for Apache::AuthenCache......";
+eval { require Apache2 };
eval {
require Apache::AuthenCache;
};