Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 45836 invoked from network); 22 May 2006 04:59:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 04:59:00 -0000 Received: (qmail 14820 invoked by uid 500); 22 May 2006 04:58:59 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 14797 invoked by uid 500); 22 May 2006 04:58:59 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 14786 invoked by uid 99); 22 May 2006 04:58:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 21:58:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [142.132.30.225] (HELO theoryx5.uwinnipeg.ca) (142.132.30.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 21:58:58 -0700 Received: from theoryx5.uwinnipeg.ca (localhost.localdomain [127.0.0.1]) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8) with ESMTP id k4M4qmvo005779; Sun, 21 May 2006 23:52:48 -0500 Received: from localhost (randy@localhost) by theoryx5.uwinnipeg.ca (8.12.8/8.12.8/Submit) with ESMTP id k4M4qjdQ005775; Sun, 21 May 2006 23:52:45 -0500 Date: Sun, 21 May 2006 23:52:45 -0500 (CDT) From: Randy Kobes To: "Philip M. Gollucci" cc: apreq-dev@httpd.apache.org Subject: Re: svn commit: r408136 - /httpd/apreq/trunk/build/version_check.pl In-Reply-To: <44713388.7050502@p6m7g8.com> Message-ID: References: <20060521053609.A0A941A983A@eris.apache.org> <44713388.7050502@p6m7g8.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sun, 21 May 2006, Philip M. Gollucci wrote: >> I'd prefer that no version of Archive::Tar be specified >> for Win32, or perhaps even no such prerequisite at all; >> it's a core module in ActivePerl, and has a history >> of some instability on Win32 - an upgrade may break >> things on the local system. >> > I was trying to address this from Steven Hay's post: >>> - When I ran "perl Makefile.PL --with-apache2=C:/apache2" I got an >>error > from win32/Configure.pl about Archive-Tar being missing, but >>this is not > mentioned in the PREREQUISITES file and was not checked by >>test_prereq in > Makefile.PL before calling this script. It's a trade-off - Steve builds his own perl, so having Archive::Tar as a prerequisite makes sense, but especially requiring a particular version may mess up an ActivePerl with an older version. So I think requiring version "0" may be safest. > I'm fine with whatever you say is best... I'm not a MS guy. > > I guess people on cygwin using the cygwin perl shouldn't be using the > win32/Configure.pl. (I don't think Steven is) That's right, on both counts. -- best regards, Randy