You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2003/05/01 08:33:37 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

stas        2003/04/30 23:33:37

  Modified:    perl-framework/Apache-Test Changes
               perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  start the 1.02-dev cycle
  
  Revision  Changes    Path
  1.17      +4 -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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Changes	1 May 2003 06:25:04 -0000	1.16
  +++ Changes	1 May 2003 06:33:37 -0000	1.17
  @@ -6,6 +6,10 @@
   
   =over 3
   
  +=item 1.02-dev - 
  +
  +
  +
   =item 1.01 - May  1, 2003
   
   improved support for 3rd party modules test configuration setup:
  
  
  
  1.58      +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
  
  Index: Test.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- Test.pm	28 Apr 2003 03:14:30 -0000	1.57
  +++ Test.pm	1 May 2003 06:33:37 -0000	1.58
  @@ -15,7 +15,7 @@
                have_cgi have_access have_auth have_module have_apache
                have_min_apache_version have_apache_version have_perl 
                have_threads under_construction);
  -$VERSION = '1.01';
  +$VERSION = '1.02';
   
   %SubTests = ();
   @SkipReasons = ();