Randy Kobes wrote:
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.

+1, thanks for the catch Randy!


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

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



Reply via email to