Re: cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL Changes

2004-09-27 Thread Geoffrey Young
+sub clean_files { +return [ +qw(lib/Apache/TestConfigData.pm + .mypacklist + t/TEST + ), + ]; +} [EMAIL PROTECTED] mod_perl-2.0]$ perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs Reading Makefile.PL

Re: Apache::Test and OpenBSD

2004-09-27 Thread Stas Bekman
Seth, please always post any A-T related questions to the httpd-test list: http://perl.apache.org/maillist/test-dev.html#Subscription_Information Seth Gordon wrote: OK, if I make the following change to Apache::TestServer sub args { my $self = shift; my $vars = $self-{config}-{vars};