You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/01/23 05:29:59 UTC

cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

stas        2003/01/22 20:29:59

  Modified:    ModPerl-Registry/t TEST.PL
  Log:
  specifying src_dir seems to work, cleanup the old attempts to configure
  tests in sub-dirs
  
  Revision  Changes    Path
  1.5       +1 -2      modperl-2.0/ModPerl-Registry/t/TEST.PL
  
  Index: TEST.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/TEST.PL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TEST.PL	14 May 2002 15:50:44 -0000	1.4
  +++ TEST.PL	23 Jan 2003 04:29:59 -0000	1.5
  @@ -29,8 +29,7 @@
   
       $self->{conf_opts}->{maxclients} = 2;
   
  -   $self->{conf_opts}->{src_dir} = catdir $base, qw(src modules perl);
  -   # $self->{conf_opts}->{libmodperl} = "$cwd/../../src/modules/perl/mod_perl.so";
  +    $self->{conf_opts}->{src_dir} = catdir $base, qw(src modules perl);
   
       return $self->SUPER::new_test_config;
   }