geoff 2004/08/18 20:09:47
Modified: perl-framework/Apache-Test/lib/Apache Test.pm
Log:
remove unneeded $AUTOLOAD variable
Revision Changes Path
1.99 +1 -2 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.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- Test.pm 11 Aug 2004 08:20:54 -0000 1.98
+++ Test.pm 19 Aug 2004 03:09:46 -0000 1.99
@@ -22,8 +22,7 @@
use Config;
use Apache::TestConfig ();
-use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons
- $AUTOLOAD);
+use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
need_module need_apache need_min_apache_version