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 2001/12/11 06:13:07 UTC

cvs commit: modperl-2.0/t SMOKE.PL

stas        01/12/10 21:13:07

  Modified:    t        SMOKE.PL
  Log:
  - use Apache::TestSmokePerl for t/SMOKE.PL in mod_perl
  
  Revision  Changes    Path
  1.2       +2 -2      modperl-2.0/t/SMOKE.PL
  
  Index: SMOKE.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/SMOKE.PL,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SMOKE.PL	2001/12/10 06:29:28	1.1
  +++ SMOKE.PL	2001/12/11 05:13:06	1.2
  @@ -7,6 +7,6 @@
   use lib "$FindBin::Bin/../Apache-Test/lib";
   use lib "$FindBin::Bin/../lib";
   
  -use Apache::TestSmoke ();
  +use Apache::TestSmokePerl ();
   
  -Apache::TestSmoke->new(@ARGV)->run;
  +Apache::TestSmokePerl->new(@ARGV)->run;