stas 2003/12/22 11:51:03
Modified: perl-framework/Apache-Test Changes
perl-framework/Apache-Test/lib/Apache Test.pm
Log:
start 1.08-dev cycle
Revision Changes Path
1.75 +2 -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.74
retrieving revision 1.75
diff -u -u -r1.74 -r1.75
--- Changes 22 Dec 2003 19:35:13 -0000 1.74
+++ Changes 22 Dec 2003 19:51:02 -0000 1.75
@@ -6,6 +6,8 @@
=over 3
+=item 1.08_dev
+
=item 1.07 - Decemeber 22, 2003
allow conditional C module compilation on a more granular level.
1.72 +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.71
retrieving revision 1.72
diff -u -u -r1.71 -r1.72
--- Test.pm 10 Nov 2003 21:12:52 -0000 1.71
+++ Test.pm 22 Dec 2003 19:51:02 -0000 1.72
@@ -16,7 +16,7 @@
have_min_apache_version have_apache_version have_perl
have_min_perl_version have_min_module_version
have_threads under_construction have_apache_mpm);
-$VERSION = '1.07';
+$VERSION = '1.08';
%SubTests = ();
@SkipReasons = ();