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 [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; +