With the current mp2 cvs, I get a warning bad argspec: mpxs_Apache__RequestRec_add_config (path) at the 'perl Makefile.PL' stage. This diff: ==================================================== Index: xs/maps/modperl_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/modperl_functions.map,v retrieving revision 1.75 diff -u -r1.75 modperl_functions.map --- xs/maps/modperl_functions.map 2 Jul 2004 22:43:17 -0000 1.75 +++ xs/maps/modperl_functions.map 7 Jul 2004 04:13:51 -0000 @@ -32,7 +32,7 @@ mpxs_Apache__RequestRec_location mpxs_Apache__RequestRec_as_string mpxs_Apache__RequestRec_pnotes | | r, key=Nullsv, val=Nullsv - mpxs_Apache__RequestRec_add_config | | r, lines, path=r->filename, override=OR_AUTHCFG + mpxs_Apache__RequestRec_add_config | | r, lines, override=OR_AUTHCFG
#protocol module helpers mpxs_Apache__RequestRec_location_merge ==================================================================== gets rid of the warning. -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
