perl 5.12 / mod_perl

2010-05-06 Thread tech_list
Last I check mod_perl from SVN did not play well with 5.12. Is this still the case?

Re: perl 5.12 / mod_perl

2010-05-06 Thread Torsten Förtsch
On Thursday 06 May 2010 12:38:13 tech_list wrote: > Last I check mod_perl from SVN did not play well with 5.12. Is this still > the case? > trunk compiles and passes all tests here with 5.12.0 and 5.10.1 threaded and non-threaded: uname='linux opi 2.6.31.12-0.2-desktop #1 smp preempt 2010-

Re: perl 5.12 / mod_perl

2010-05-06 Thread tech_list
perl Makefile.PL gives me this: [ error] '/usr/local/apache2/bin/apxs -q EXTRA_CPPFLAGS' failed: [ error] Use of assignment to $[ is deprecated at /usr/local/apache2/bin/apxs line 86. [ error] '/usr/local/apache2/bin/apxs -q NOTEST_CPPFLAGS' failed: [ error] Use of assignment to $[ is depreca

Re: perl 5.12 / mod_perl

2010-05-06 Thread Torsten Förtsch
On Thursday 06 May 2010 13:10:34 tech_list wrote: > perl Makefile.PL gives me this: > [ error] '/usr/local/apache2/bin/apxs -q EXTRA_CPPFLAGS' failed: > [ error] Use of assignment to $[ is deprecated at > /usr/local/apache2/bin/apxs line 86. > > [ error] '/usr/local/apache2/bin/apxs -q NOTEST_

Re: perl 5.12 / mod_perl

2010-05-06 Thread tech_list
On May 6, 2010, at 6:44 AM, Torsten Förtsch wrote: > On Thursday 06 May 2010 13:10:34 tech_list wrote: >> perl Makefile.PL gives me this: >> [ error] '/usr/local/apache2/bin/apxs -q EXTRA_CPPFLAGS' failed: >> [ error] Use of assignment to $[ is deprecated at >> /usr/local/apache2/bin/apxs line

Re: perl 5.12 / mod_perl

2010-05-06 Thread Torsten Förtsch
On Thursday 06 May 2010 13:53:37 tech_list wrote: > >> [ error] '/usr/local/apache2/bin/apxs -q NOTEST_CPPFLAGS' failed: > >> [ error] Use of assignment to $[ is deprecated at > >> /usr/local/apache2/bin/apxs line 86. > Okay, I see. My apxs starts with #!/usr/bin/perl -w and this perl is sti

Re: perl 5.12 / mod_perl

2010-05-06 Thread Jeff Trawick
2010/5/6 Torsten Förtsch : > On Thursday 06 May 2010 13:53:37 tech_list wrote: >> >> [  error] '/usr/local/apache2/bin/apxs -q NOTEST_CPPFLAGS' failed: >> >> [  error] Use of assignment to $[ is deprecated at >> >> /usr/local/apache2/bin/apxs line 86. >> > Okay, I see. My apxs starts with > >  #!/u