diff options
Diffstat (limited to 'www/p5-Apache-AuthCookie/files/patch-Makefile.PL')
-rw-r--r-- | www/p5-Apache-AuthCookie/files/patch-Makefile.PL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Apache-AuthCookie/files/patch-Makefile.PL b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL index 19c0430111ec..a58ae31e3df5 100644 --- a/www/p5-Apache-AuthCookie/files/patch-Makefile.PL +++ b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL @@ -1,9 +1,9 @@ ---- Makefile.PL.orig Fri Aug 1 17:10:09 2003 -+++ Makefile.PL Sat Mar 6 12:23:30 2004 -@@ -89,6 +89,7 @@ - } +--- Makefile.PL.orig 2008-03-03 18:27:16.000000000 +0100 ++++ Makefile.PL 2008-04-17 14:22:53.000000000 +0200 +@@ -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 |