stas        2004/01/17 19:17:17

  Modified:    perl-framework/Apache-Test Makefile.PL Changes
  Log:
  import the Apache::TestMM clean target in Makefile.PL so 'make clean'
  will call t/TEST -clean
  
  Revision  Changes    Path
  1.18      +1 -1      httpd-test/perl-framework/Apache-Test/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Makefile.PL,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -u -r1.17 -r1.18
  --- Makefile.PL       18 Jan 2004 03:14:10 -0000      1.17
  +++ Makefile.PL       18 Jan 2004 03:17:16 -0000      1.18
  @@ -13,7 +13,7 @@
   use ExtUtils::MakeMaker;
   use Symbol;
   
  -use Apache::TestMM qw(test); #enable 'make test'
  +use Apache::TestMM qw(test clean); #enable 'make test and make clean'
   use Apache::TestRun;
   
   my $VERSION;
  
  
  
  1.79      +3 -0      httpd-test/perl-framework/Apache-Test/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -u -r1.78 -r1.79
  --- Changes   8 Jan 2004 17:20:54 -0000       1.78
  +++ Changes   18 Jan 2004 03:17:16 -0000      1.79
  @@ -8,6 +8,9 @@
   
   =item 1.08_dev
   
  +import the Apache::TestMM clean target in Makefile.PL so 'make clean'
  +will call t/TEST -clean [Stas]
  +
   fix have_apache_version(), have_min_apache_version(), and
   have_min_module_version() to use proper numeric version strings 
   in comparisons.  thanks to Rafael Garcia-Suarez for the spot.
  
  
  

Reply via email to