geoff       2004/06/24 06:23:06

  Modified:    perl-framework/Apache-Test/lib/Apache TestMB.pm
  Log:
  minor doc patch from david
  
  Revision  Changes    Path
  1.2       +3 -2      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm
  
  Index: TestMB.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestMB.pm 23 Jun 2004 15:51:15 -0000      1.1
  +++ TestMB.pm 24 Jun 2004 13:23:06 -0000      1.2
  @@ -82,8 +82,9 @@
       # XXX TBD.
       my $start_dir = $self->cwd;
       chdir $self->localize_file_path('c-modules');
  -    # XXX How do we get the right make?
  -    $self->do_system('make', $action);
  +    # XXX How do we get Build.PL to be generated instead of Makefile?
  +    # Subclass Apache::TestConfigC, perhaps?
  +    $self->do_system('Build.PL', $action);
       chdir $start_dir;
   }
   
  
  
  

Reply via email to