stas 2003/04/22 20:29:57
Modified: perl-framework/Apache-Test/lib/Apache Test.pm
Log:
bump up the version to 1.0
Revision Changes Path
1.54 +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.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- Test.pm 7 Apr 2003 04:41:31 -0000 1.53
+++ Test.pm 23 Apr 2003 03:29:56 -0000 1.54
@@ -14,7 +14,7 @@
@EXPORT = qw(ok skip sok plan have have_lwp have_http11
have_cgi have_access have_auth have_module have_apache
have_perl have_threads under_construction);
-$VERSION = '0.01';
+$VERSION = '1.0';
%SubTests = ();
@SkipReasons = ();