From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/3] gnu: Add perl-perlio-utf8_strict. Date: Sat, 02 Jul 2016 16:02:16 +0200 Message-ID: <87a8i0gmtz.fsf@gnu.org> References: <20160629135125.14019-1-alex@pompo.co> <20160629135125.14019-2-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]:41442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJLV3-0007Jn-2v for guix-devel@gnu.org; Sat, 02 Jul 2016 10:02:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJLUy-0007Mp-Vg for guix-devel@gnu.org; Sat, 02 Jul 2016 10:02:24 -0400 In-Reply-To: <20160629135125.14019-2-alex@pompo.co> (Alex Sassmannshausen's message of "Wed, 29 Jun 2016 15:51:23 +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: > * gnu/packages/perl.scm (perl-perlio-utf8_strict): New variable. [...] > +(define-public perl-perlio-utf8_strict > + (package > + (name "perl-perlio-utf8_strict") I changed the name to use a hyphen instead of an underscore. > + (uri (string-append > + "https://cpan.metacpan.org/authors/id/L/LE/LEONT/PerlIO-utf= 8_strict-" I changed this to mirror://cpan. > + (description "PerlIO::utf8_strict provides a fast and correct UTF-8 = PerlIO > +layer. Unlike perl's default :utf8 layer it checks the input for > +correctness.") And some @code here. Thanks! Ludo=E2=80=99.