aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Apache-AuthCookie/files/patch-Makefile.PL
blob: b9439691ab9273f44812fd32ebba62a79068e547 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                               
                 

                       
                                                               



                              
--- Makefile.PL.orig	2008-03-03 17:27:16 UTC
+++ Makefile.PL
@@ -83,6 +83,7 @@
 
 sub mod_perl_version {
     # try to figure out what version of mod_perl is installed.
+    eval { require Apache2 };
     eval {
         require mod_perl
     };