stas 2003/04/27 20:14:30
Modified: perl-framework/Apache-Test Changes
perl-framework/Apache-Test/lib/Apache Test.pm
Log:
start the 1.01-dev cycle
Revision Changes Path
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Changes 27 Apr 2003 22:52:28 -0000 1.8
+++ Changes 28 Apr 2003 03:14:30 -0000 1.9
@@ -6,6 +6,9 @@
=over 3
+=item 1.01-dev
+
+
=item 1.00
when inheriting httpd.conf on some platforms SERVER_CONFIG_FILE is an
1.57 +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.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Test.pm 24 Apr 2003 02:47:33 -0000 1.56
+++ Test.pm 28 Apr 2003 03:14:30 -0000 1.57
@@ -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.0';
+$VERSION = '1.01';
%SubTests = ();
@SkipReasons = ();