SOURCES: Apache-AuthCookie-mod_perl2-symbols.patch (NEW) - removes...

mguevara mguevara at pld-linux.org
Mon Feb 27 19:41:15 CET 2006


Author: mguevara                     Date: Mon Feb 27 18:41:15 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- removes importing of symbols which are not exported by mod_perl2

---- Files affected:
SOURCES:
   Apache-AuthCookie-mod_perl2-symbols.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/Apache-AuthCookie-mod_perl2-symbols.patch
diff -u /dev/null SOURCES/Apache-AuthCookie-mod_perl2-symbols.patch:1.1
--- /dev/null	Mon Feb 27 19:41:15 2006
+++ SOURCES/Apache-AuthCookie-mod_perl2-symbols.patch	Mon Feb 27 19:41:09 2006
@@ -0,0 +1,11 @@
+--- 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;
================================================================


More information about the pld-cvs-commit mailing list