From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 6 05:53:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3FE16A4CF; Fri, 6 Feb 2004 05:53:37 -0800 (PST) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E3C43D5D; Fri, 6 Feb 2004 05:53:36 -0800 (PST) (envelope-from lars@thegler.dk) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero1.cybercity.dk (Postfix) with ESMTP id 5CC367E38A3; Fri, 6 Feb 2004 14:53:34 +0100 (CET) Received: from thegler.dk (localhost [127.0.0.1]) by dask.thegler.dk (Postfix) with ESMTP id D62153EB4; Fri, 6 Feb 2004 14:53:33 +0100 (CET) Message-ID: <40239C5D.2050603@thegler.dk> Date: Fri, 06 Feb 2004 14:53:33 +0100 From: Lars Thegler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erwin Lansing References: <200402060949.i169nUt9039804@freefall.freebsd.org> In-Reply-To: <200402060949.i169nUt9039804@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62398: [PATCH] devel/p5-AppConfig: update to 1.56, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 13:53:37 -0000 Erwin Lansing wrote: > Should Test::Simple be added as a dependencies or are you sure > it is only used by make test? Yes, Test::More is only used for testing. But I get your point - to silence the warning, either the dependency should be added, or the Makefile.PL patched. What's best practice in these cases? /Lars