hi...

  on the 1.3 front, I had to add this patch to get TAKE13 to work.  I
couldn't think of a prototype to match it, so users of will have to set
TAKE13 explicitly in the Makefile.PL.

--Geoff

Index: mod_perl.h
===================================================================
RCS file: /home/cvspublic/modperl/src/modules/perl/mod_perl.h,v
retrieving revision 1.110
diff -u -r1.110 mod_perl.h
--- mod_perl.h  2001/07/10 03:30:28     1.110
+++ mod_perl.h  2001/08/13 13:07:19
@@ -1261,6 +1261,7 @@
 #define perl_cmd_perl_TAKE12 perl_cmd_perl_TAKE2
 #define perl_cmd_perl_TAKE23 perl_cmd_perl_TAKE123
 #define perl_cmd_perl_TAKE3 perl_cmd_perl_TAKE123
+#define perl_cmd_perl_TAKE13 perl_cmd_perl_TAKE123
 void *perl_perl_merge_dir_config(pool *p, void *basev, void *addv);
 void *perl_perl_merge_srv_config(pool *p, void *basev, void *addv);

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to