From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] gnu: Add Test::Simple Date: Tue, 16 Dec 2014 16:20:43 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0tvn-0003Z7-Ex for guix-devel@gnu.org; Tue, 16 Dec 2014 10:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0tvg-0001ns-1K for guix-devel@gnu.org; Tue, 16 Dec 2014 10:20:59 -0500 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:60008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0tvf-0001nZ-SO for guix-devel@gnu.org; Tue, 16 Dec 2014 10:20:51 -0500 Received: from localhost (localhost [127.0.0.1]) by sinope.bbbm.mdc-berlin.de (Postfix) with ESMTP id 65ADA280868 for ; Tue, 16 Dec 2014 16:20:50 +0100 (CET) Received: from sinope.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SPOMWZCfcfbZ for ; Tue, 16 Dec 2014 16:20:44 +0100 (CET) Received: from HTCATWO.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) by sinope.bbbm.mdc-berlin.de (Postfix) with ESMTP for ; Tue, 16 Dec 2014 16:20:44 +0100 (CET) In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Attached is a patch that adds a recipe for Test::Simple, testing utilities for perl. The previous patches relate to (but do not depend on) Test::Simple. The description is little more than the synopsis, because I had to make it up myself. Any comments on this patch (and the others in this series) are very welcome. -- rekado