Doug MacEachern wrote:

> On Tue, 9 Oct 2001, Stas Bekman wrote:
> 
> 
>>For example the t/response/Test* are hardcoded in 
>>Apache::TestPerlConfig::configure_pm_tests(). I suggest either configure 
>>the dirs to look under in Makefile.PL, or give the directory t/response 
>>a magic meaning, so Apache::Test will always look at all dirs under it. 
>>I'd even rename it into 't/handlers' (and rename in cvs directly not to 
>>lose history) -- it seems to me that this is a more special name.
>>
> 
> i don't understand the problem with the name 'response', everything under
> there is configured as a PerlResponseHandler.  all the directories under
> it are looked at.  for example, recently i dropped a new directory under
> t/responses (TestModperl) and it was automatically picked up (didn't need
> to change TestConfigPerl.pm)  can you give a more specific example of what
> you're trying to do?


I was talking about this part of Apache::TestConfigPerl

sub configure_pm_tests {
     my $self = shift;

     for my $subdir (qw(Response Protocol Hooks Filter)) {

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to