stas        01/12/09 22:32:57

  Modified:    perl-framework/Apache-Test/lib/Apache TestSmoke.pm
  Log:
  fix the messed up module ending 1;
  
  Revision  Changes    Path
  1.2       +1 -4      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm
  
  Index: TestSmoke.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestSmoke.pm      2001/12/10 06:29:28     1.1
  +++ TestSmoke.pm      2001/12/10 06:32:57     1.2
  @@ -398,13 +398,10 @@
   
       if 'tests' argument isn't provided all available tests will be run
   EOM
  -
  -    1;
   }
   
  -
  -__END__
   1;
  +__END__
   
   =head1 NAME
   
  
  
  

Reply via email to