[Bug 871442] Broken configuration for httpd 2.4

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 8 10:33:56 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=871442

Petr Pisar <ppisar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppisar at redhat.com

--- Comment #3 from Petr Pisar <ppisar at redhat.com> ---
(In reply to comment #1)
>  httpd[10295]: Use of qw(...) as parentheses is deprecated at
> /usr/share/perl5/vendor_perl/netdisco.pm line 337.

foreach my $type qw(booleans array_refs hash_refs array_refs_mult
hash_refs_mult) {}

You have to put qw() inside parenthesis because foreach requires array, but
qw() builds list only. This is Perl 5.16 news.


>  httpd[10295]: AH00526: Syntax error on line 27 of
> /etc/httpd/conf.d/netdisco_apache.conf:

The patch does not apply. But reading the patch, line 27 is blank line between
closing Directory and opening Perl tags. So I don't know what's wrong here.

>  httpd[10295]: Can't use an undefined value as an ARRAY reference at (eval
> 61) line 1.\n
It requires 266 MB to install, e.g. wayland-server (in F19). I have now idea
why, but I'm not going to check it. The dependency tree is silly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vAS7lQQynr&a=cc_unsubscribe



More information about the perl-devel mailing list