Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 842 invoked from network); 21 May 2006 05:23:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 May 2006 05:23:05 -0000 Received: (qmail 94527 invoked by uid 500); 21 May 2006 05:23:05 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 94493 invoked by uid 500); 21 May 2006 05:23:04 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 94481 invoked by uid 99); 21 May 2006 05:23:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 22:23:04 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 22:23:03 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E08401A983A; Sat, 20 May 2006 22:22:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r408134 - /httpd/apreq/trunk/build/version_check.pl Date: Sun, 21 May 2006 05:22:43 -0000 To: apreq-cvs@httpd.apache.org From: pgollucci@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060521052243.E08401A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pgollucci Date: Sat May 20 22:22:43 2006 New Revision: 408134 URL: http://svn.apache.org/viewvc?rev=408134&view=rev Log: s/Apache::Request/Apache2::Request/ Modified: httpd/apreq/trunk/build/version_check.pl Modified: httpd/apreq/trunk/build/version_check.pl URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_check.pl?rev=408134&r1=408133&r2=408134&view=diff ============================================================================== --- httpd/apreq/trunk/build/version_check.pl (original) +++ httpd/apreq/trunk/build/version_check.pl Sat May 20 22:22:43 2006 @@ -197,7 +197,7 @@ "Build system (core C API) prerequisites\n", \%build; print "\n", "=" x 50, "\n"; print_prereqs - "Perl glue (Apache::Request) prerequisites\n", \%perl_glue; + "Perl glue (Apache2::Request) prerequisites\n", \%perl_glue; print "\n", "=" x 50, "\n"; print_prereqs "Additional prerequisites for apreq subversion builds\n", \%svn;