From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzkw2-0007xm-5o for guix-patches@gnu.org; Wed, 04 Oct 2017 10:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzkvy-0001E7-8t for guix-patches@gnu.org; Wed, 04 Oct 2017 10:46:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzkvy-0001E2-58 for guix-patches@gnu.org; Wed, 04 Oct 2017 10:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzkvx-0001Hw-Uy for guix-patches@gnu.org; Wed, 04 Oct 2017 10:46:01 -0400 Subject: [bug#28127] [PATCH 1/2] perl: Add perl-parse-recdescent. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170817194235.20b7e1a0@cbaines.net> <20170817184404.18517-1-mail@cbaines.net> Date: Wed, 04 Oct 2017 16:45:45 +0200 In-Reply-To: <20170817184404.18517-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 17 Aug 2017 19:44:03 +0100") Message-ID: <87a8176kfa.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28127@debbugs.gnu.org Christopher Baines skribis: > * gnu/packages/perl.scm (perl-parse-recdescent): New variable. [...] > + (home-page > + "http://search.cpan.org/dist/Parse-RecDescent") > + (synopsis "Generate Recursive-Descent Parsers") Title-case. > + (description > + "Parse::RecDescent can incrementally generate top-down recursive-de= scent @code{Parse::RecDescent}. > + (license (package-license perl)))) license:perl-license OK with these changes, thank you! Ludo=E2=80=99.