diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-04-17 12:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-04-17 12:52:07 +0000 |
commit | 01ce4d4baa6a01367408555f7d6716a3742e40bf (patch) | |
tree | 39bbfaff681ed4520dacc176e68d90d8c889ebd2 /www/p5-Apache-AuthCookie/files/patch-Makefile.PL | |
parent | Update to 2.6.0 (diff) |
Update to 3.12
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 |