Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 81102 invoked by uid 500); 31 May 2002 15:45:28 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 81091 invoked from network); 31 May 2002 15:45:28 -0000 Date: 31 May 2002 15:45:28 -0000 Message-ID: <20020531154528.68345.qmail@icarus.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/t TEST.PL X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2002/05/31 08:45:28 Modified: perl-framework/Apache-Test/t TEST.PL Log: make TEST.PL compatible with 5.005_03 Submitted by: Tatsuhiko Miyagawa Revision Changes Path 1.2 +2 -1 httpd-test/perl-framework/Apache-Test/t/TEST.PL Index: TEST.PL =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/t/TEST.PL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TEST.PL 5 Oct 2001 03:36:08 -0000 1.1 +++ TEST.PL 31 May 2002 15:45:28 -0000 1.2 @@ -9,7 +9,8 @@ package MyTest; -our @ISA = qw(Apache::TestRun); +use vars qw(@ISA); +@ISA = qw(Apache::TestRun); #subclass new_test_config to add some config vars which will #be replaced in generated config, see t/conf/extra.conf.in