Re: perl 5.12 / mod_perl

Torsten Förtsch <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
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 still 5.10.0.

Nevertheless apxs is not part of modperl. Best you'd file bug against httpd.

In the meantime simply delete line 86 in apxs. $[ is 0 per default. So, 
C<local $[=0> is useless. It's usage has been deprecated for a long time.

Normally this message is a warning. Do you really see an error? Or is it only 
this message that bothers you?

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.