summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2006-07-25 19:27:50 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2e4aca5ba8993e255846ea1048302b1dceb08274 (patch)
tree353c17097c7f5bbb572a898d93ef19056803c02b
parent98b38b50c1da13039dd97e542bbf953b29cf47cf (diff)
downloadperl-Apache-AuthCookie-2e4aca5ba8993e255846ea1048302b1dceb08274.zip
perl-Apache-AuthCookie-2e4aca5ba8993e255846ea1048302b1dceb08274.tar.gz
- looks outdated
Changed files: Apache-AuthCookie-mod_perl2-symbols.patch -> 1.2
-rw-r--r--Apache-AuthCookie-mod_perl2-symbols.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/Apache-AuthCookie-mod_perl2-symbols.patch b/Apache-AuthCookie-mod_perl2-symbols.patch
deleted file mode 100644
index 8a818af..0000000
--- a/Apache-AuthCookie-mod_perl2-symbols.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Apache-AuthCookie-3.09_01.orig/lib/Apache2/AuthCookie.pm 2005-07-09 21:30:38.000000000 +0200
-+++ Apache-AuthCookie-3.09_01/lib/Apache2/AuthCookie.pm 2006-02-27 19:31:05.000000000 +0100
-@@ -3,7 +3,7 @@
- use strict;
-
- use Carp;
--use mod_perl2 qw(1.9922 StackedHandlers MethodHandlers Authen Authz);
-+use mod_perl2 qw(1.9922);
-
- use Apache::AuthCookie::Util;
- use Apache2::RequestRec;