Re: mp2 test suite warnings [SOLVED]

2006-12-07 Thread Philip M. Gollucci
Stas Bekman wrote: Philip M. Gollucci wrote: if (defined $val && defined *ENTRY{ARRAY}) { -push @{$self->{symbols}}, [$key, [EMAIL PROTECTED]; +unless (exists $directives_seen_back{"$key-$ENTRY[0]"}) { +$directive

Re: mp2 test suite warnings [SOLVED]

2006-12-07 Thread Stas Bekman
Philip M. Gollucci wrote: if (defined $val && defined *ENTRY{ARRAY}) { -push @{$self->{symbols}}, [$key, [EMAIL PROTECTED]; +unless (exists $directives_seen_back{"$key-$ENTRY[0]"}) { +$directives_seen_back{"$key-$E

Re: mp2 test suite warnings [SOLVED]

2006-12-05 Thread Philip M. Gollucci
if (defined $val && defined *ENTRY{ARRAY}) { -push @{$self->{symbols}}, [$key, [EMAIL PROTECTED]; +unless (exists $directives_seen_back{"$key-$ENTRY[0]"}) { +$directives_seen_back{"$key-$ENTRY[0]"} = 1; +

Re: mp2 test suite warnings

2006-12-05 Thread Philip M. Gollucci
Philip M. Gollucci wrote: [warn] The Alias directive in mod_perl at line 1 will probably never conf/extra.last.conf.in: #Deprecated access to Apache2::ReadConfig:: still works use Apache::Test (); if (Apache::Test::have_module('mod_alias.c')) { push @Apache2::ReadConfig::Alias, ['/

Re: mp2 test suite warnings

2006-12-01 Thread Philip M. Gollucci
[warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] The Alias

Re: mp2 test suite warnings

2006-11-28 Thread Philip M. Gollucci
Stas Bekman wrote: t/filter/in_str_declined_read...Use of uninitialized value in concatenation (.) or string at /home/stas/perl/5.8.7-ithread/lib/site_perl/5.8.7/LWP/Protocol/http10.pm line 57. perl 5.8.7-ithread httpd 2.0.59 worker mpm perl -MLWP -le 'print $LWP::VERSION' 5.805 ./t/T

mp2 test suite warnings

2006-11-24 Thread Stas Bekman
In case someone wants to take a look at these warnings while running the test suite of the latest mp2 trunk against 2.0.x apache trunk startup: [warn] The Alias directive in mod_perl at line 1 will probably never match because it overlaps an earlier Alias. [Fri Nov 24 16:08:18 2006] [warn] T