Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 97262 invoked from network); 5 Aug 2004 19:08:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 19:08:33 -0000 Received: (qmail 46394 invoked by uid 500); 5 Aug 2004 19:08:31 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 46327 invoked by uid 500); 5 Aug 2004 19:08:30 -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 46313 invoked by uid 99); 5 Aug 2004 19:08:30 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 05 Aug 2004 12:08:26 -0700 Received: (qmail 97171 invoked by uid 1072); 5 Aug 2004 19:08:26 -0000 Date: 5 Aug 2004 19:08:26 -0000 Message-ID: <20040805190826.97170.qmail@minotaur.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRunPerl.pm X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/08/05 12:08:26 Modified: perl-framework/Apache-Test/lib/Apache TestRunPerl.pm Log: version string already contains 'Apache/' prefix Revision Changes Path 1.19 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm Index: TestRunPerl.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -u -r1.18 -r1.19 --- TestRunPerl.pm 31 Mar 2004 08:35:48 -0000 1.18 +++ TestRunPerl.pm 5 Aug 2004 19:08:25 -0000 1.19 @@ -59,7 +59,7 @@ if (($rev == 1 and $mod_perl::VERSION >= 1.99) || ($rev == 2 and $mod_perl::VERSION < 1.99)) { error "Found mod_perl/$mod_perl::VERSION, " . - "but it can't be used with Apache/$ver"; + "but it can't be used with $ver"; Apache::TestRun::exit_perl(0); }