Re: qw() and embedded spaces in filname paths

2004-04-16 Thread Stas Bekman
For the archiving purposes: we have resolved the problems on irc and committed the right patches (not the ones posted here in this thread). __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/

Re: qw() and embedded spaces in filname paths

2004-04-16 Thread Stas Bekman
Geoffrey Young wrote: Rodent of Unusual Size wrote: okey, bug found. noticed on windows because spaces in filenames are more common there, but it happens anywhere. here's the deal. this command: perl Makefile.PL -httpd "C:/A B/apache.exe" -apxs "C:/A B/apxs" results in the following being put int

Re: qw() and embedded spaces in filname paths

2004-04-16 Thread Geoffrey Young
Rodent of Unusual Size wrote: > okey, bug found. noticed on windows because spaces in filenames > are more common there, but it happens anywhere. > > here's the deal. this command: > > perl Makefile.PL -httpd "C:/A B/apache.exe" -apxs "C:/A B/apxs" > > results in the following being put into

qw() and embedded spaces in filname paths

2004-04-15 Thread Rodent of Unusual Size
okey, bug found. noticed on windows because spaces in filenames are more common there, but it happens anywhere. here's the deal. this command: perl Makefile.PL -httpd "C:/A B/apache.exe" -apxs "C:/A B/apxs" results in the following being put into t/TEST %Apache::testConfig::Argv = qw(httpd C: