From owner-freebsd-perl@FreeBSD.ORG Tue Feb 15 20:40:14 2011 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BAD7106564A for ; Tue, 15 Feb 2011 20:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 207A28FC0C for ; Tue, 15 Feb 2011 20:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1FKeDeb016255 for ; Tue, 15 Feb 2011 20:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1FKeDIQ016254; Tue, 15 Feb 2011 20:40:13 GMT (envelope-from gnats) Date: Tue, 15 Feb 2011 20:40:13 GMT Message-Id: <201102152040.p1FKeDIQ016254@freefall.freebsd.org> To: perl@FreeBSD.org From: Andrej Zverev Cc: Subject: Re: ports/154808: [PATCH] devel/p5-Package-Stash: update to 0.25 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrej Zverev List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 20:40:14 -0000 The following reply was made to PR ports/154808; it has been noted by GNATS. From: Andrej Zverev To: bug-followup@FreeBSD.org, milki@rescomp.berkeley.edu Cc: Subject: Re: ports/154808: [PATCH] devel/p5-Package-Stash: update to 0.25 Date: Tue, 15 Feb 2011 23:32:58 +0300 Hello. few notes 1. I don't think we really need Dist::CheckConflicts since it useless and don't affect on build and run processes. 2. It don't required Scalar::List::Utils as I can see (probably you mistyped). Scalar::Util part of coremodules since perl 5.7 So, if you make follow-up with changes to TEST_DEPENDS I or anyone else will commit changes. Thanks!