From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/3] Add miscelanious simple libraries. Date: Sat, 02 Jul 2016 16:12:15 +0200 Message-ID: <87wpl4f7sw.fsf@gnu.org> References: <20160629144317.19899-1-alex@pompo.co> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJLei-0005MW-L6 for guix-devel@gnu.org; Sat, 02 Jul 2016 10:12:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJLee-00012u-Fs for guix-devel@gnu.org; Sat, 02 Jul 2016 10:12:23 -0400 In-Reply-To: <20160629144317.19899-1-alex@pompo.co> (Alex Sassmannshausen's message of "Wed, 29 Jun 2016 16:43:14 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Sassmannshausen Cc: guix-devel@gnu.org Alex Sassmannshausen skribis: > Finally, for today, here 3 simple perl libraries that I also require for > packaging bigger and better things :-) > > They all seemed simple enough, with no complications for `environment` or= `lint`. > > perl-guard did not return a license with `import`. I checked the COPYING > file, it just says it has the same license as PERL, so I set it to > (package-license perl), as seems to be convention. Perfect, that=E2=80=99s the right thing to do. Ludo=E2=80=99.