/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm	2004/12/11 19:33:57	111618
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm	2004/12/11 19:38:04	111619
@@ -23,6 +23,8 @@ use Apache::TestConfig ();
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
+$VERSION = '1.17';
+
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version
               need_apache_version need_perl need_min_perl_version
@@ -40,8 +42,6 @@ my @test_more_exports = grep { ! /^(ok|s
 
 %EXPORT_TAGS = (withtestmore => \@test_more_exports);
 
-$VERSION = '1.17';
-
 %SubTests = ();
 @SkipReasons = ();
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26