X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ea0-f173.google.com (mail-ea0-f173.google.com [209.85.215.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E9E6ADC0191 for ; Tue, 29 Oct 2013 06:29:07 +0000 (UTC) Received: by mail-ea0-f173.google.com with SMTP id g10so2691163eak.18 for ; Mon, 28 Oct 2013 23:29:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=IWc+ClglIYdmAe417gmz+OzJHitjqBppyP5TRBFCcOM=; b=mzzLpGuq8RKUXMGMcpLw4IIWNRt32/oByz+r5x1BRgK87fd1CmTyXx3zHSz16iYE0c I14Ac1fy4zuckanVrpnVwIURkaxFDou1osY7GZeQI6TJovZHFgxpX4+nmVTgNjKo5MHv SKu8RbOj/YCZkqCOTsjzksX42+3dnakV+AiJeFg5ej6vprfcqfniLrm09XrymI3Kcl2w 4bNlaEES0JXj7xhM+prFyfSIoOOLg/U0HO/0j/USjL/m1dYEgm/iL+T4xz4Z1xER8Ev4 adW2Cr4WQtL6OzS07YQwaUTqyatB28vVZOasGfoGGp4tgZh92LJ0mDQpaHsenRdzeYVi BYbQ== X-Received: by 10.15.76.129 with SMTP id n1mr1230954eey.85.1383028145401; Mon, 28 Oct 2013 23:29:05 -0700 (PDT) Received: from vostro ([2001:1bc8:101:f402:21c:23ff:fefc:bf0b]) by mx.google.com with ESMTPSA id b42sm66203319eem.9.2013.10.28.23.29.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Oct 2013 23:29:05 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 29 Oct 2013 08:29:01 +0200 From: Timo Teras To: IT Offshore Cc: alpine-devel@lists.alpinelinux.org, IT Offshore Subject: Re: [alpine-devel] [PATCH] Corrected $pkgdesc for perl-storable Message-ID: <20131029082901.51ffa0d3@vostro> In-Reply-To: <1382969509-4688-1-git-send-email-developer@it-offshore.co.uk> References: <1382969509-4688-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; i486-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 28 Oct 2013 14:11:49 +0000 IT Offshore wrote: > Additional PERL Module required by PSAD > https://aur.archlinux.org/packages/psad/ > > $pkgdesc corrected "brings persistence to your Perl data structures > containing SCALAR, ARRAY, HASH or REF objects" --- > testing/perl-storable/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testing/perl-storable/APKBUILD > b/testing/perl-storable/APKBUILD index f07a201..9bdab70 100644 > --- a/testing/perl-storable/APKBUILD > +++ b/testing/perl-storable/APKBUILD Now that I look into it... Is this really needed? The README states: | Storable is distributed as a module, but is also part of the official | Perl core distribution, as of perl 5.8. I think we do not need the separate module, can just drop this as being implicitly present. Our APKBUILD generator from CPAN detects these kind of bundled modules automatically, and drop them from dependencies. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---