From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ULd/AEcOhWUb+QAAkFu2QA (envelope-from ) for ; Fri, 22 Dec 2023 05:19:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id wHf5N0YOhWWmzAAAe85BDQ (envelope-from ) for ; Fri, 22 Dec 2023 05:19:18 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=aYtr2VHC; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703218758; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=XrYRBYYwIQGe3Ab5m/id0Vu3he81mrrgWBhwqTXhy4Q=; b=HNLpvSwNIlvx+AQUK79ojZeASonHr9xlqj496wUl08sm84MkXfZsgnDLtJJ5KwA2hlMhoM YnEKOxI7YCsogfDoLgVoqeXIxfSaYS3oaYUJ1zZCr08ZjKebNs/W/+57Tm3ovxddDCnuIQ nt5j0znA06ynewFe2MAt2iRDJXAdlhjr1X0f+9wEPI3XqErv9qIliaRkZ0UoAKAdN4Cdfc XkN0kErHd63JzLsKx4FbtswYo939ODypAkYYjQr5cFShxK8uppnQpS/i6GJqqMxRse7kqk AEK41wkSwcFnPoLWBC0yFYCLObi86hK/gE/J4mq5fJUo6m9k33Af8q34TR9WHQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b=aYtr2VHC; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703218758; a=rsa-sha256; cv=none; b=AIy4KKIrvVoU4Kpi9Peyhu2y7x6AM5yDZN2ebWGw3wWP7VnZXkI9x63O2z2S8gf4Syq53A bmeSo9+VXH0/a+ei9DHeWeRLVxtI+Vqzqo8vlDIQvuZ58PGzsDEtrkI8/XU8xLX4kXJQ9I Sd2hFjrgX6XFTDHWdEfTX2yXXpoZDDKCUdeIj+7DcslJQbo0kUK+AEkyNXcbKaeqwRJBhB aokVzI5Wykng7Hbe+lE73dnMUzLhuWbXoYZX1/+UEYzXM3z6DkgwluYBH9XfRbN4sCxbn1 YpQKX+3Kn6vkovZaNRUdprPdRbae1LirW9AUiCchF9OL39wozgWqYFR9TDp29w== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9BA9021AAA for ; Fri, 22 Dec 2023 05:19:18 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rGX05-00006t-QY; Thu, 21 Dec 2023 23:19:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rGWzy-00005x-Ve for guix-patches@gnu.org; Thu, 21 Dec 2023 23:18:59 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rGWzy-0007Ym-Na for guix-patches@gnu.org; Thu, 21 Dec 2023 23:18:58 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rGX03-0003T7-09 for guix-patches@gnu.org; Thu, 21 Dec 2023 23:19:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67963] [PATCH 2/4] gnu: Add perl-devel-confess. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 22 Dec 2023 04:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67963 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67963@debbugs.gnu.org Cc: Felix Lechner Received: via spool by 67963-submit@debbugs.gnu.org id=B67963.170321874113305 (code B ref 67963); Fri, 22 Dec 2023 04:19:02 +0000 Received: (at 67963) by debbugs.gnu.org; 22 Dec 2023 04:19:01 +0000 Received: from localhost ([127.0.0.1]:45812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGX00-0003SW-3U for submit@debbugs.gnu.org; Thu, 21 Dec 2023 23:19:00 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:51632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGWzv-0003Rx-I6 for 67963@debbugs.gnu.org; Thu, 21 Dec 2023 23:18:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=L8DcNOyQ4qGsrEm l5SLHiyV4bELJeIEhbwM2sHNwTmk=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=aYtr2VHCu3ygLQfGBdaXU8gCZKyu+fT7hMdG/fhv bHVi++Cl3rXXblgioJWnzj4zEV45NvRuo0kzQNX+4FnvXTaBb+p45UTeIf84L1xKPJ5OxE YR3deituI0HBhL+C5v9E7igQuHmuNXCsqag7gG72dWFsn1pDz6Q2QHl/PNPBE= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 06c7c1cd (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 22 Dec 2023 04:18:50 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id d5a8c5db; Fri, 22 Dec 2023 04:18:49 +0000 (UTC) Date: Thu, 21 Dec 2023 20:18:32 -0800 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches From: Felix Lechner via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.23 X-Spam-Score: -6.23 X-Migadu-Queue-Id: 9BA9021AAA X-Migadu-Scanner: mx10.migadu.com X-TUID: Vs/V+YZvXnuI * gnu/packages/perl.scm (perl-devel-confess): New variable. Change-Id: I8973759cb75e4c7d22096238a0a06d583d082813 --- gnu/packages/perl.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index aca4c36ea7..4da82a3871 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -3795,6 +3795,25 @@ (define-public perl-devel-checkcompiler you can tell it to compile a C source file with optional linker flags.") (license (package-license perl)))) +(define-public perl-devel-confess + (package + (name "perl-devel-confess") + (version "0.009004") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/Devel-Confess-" + version ".tar.gz")) + (sha256 + (base32 "1pbl38lkvmz97ddy26sg7ynsrspmf4phd0pk2ac95xjw6kdh3im8")))) + (build-system perl-build-system) + (home-page "https://metacpan.org/release/Devel-Confess") + (synopsis "Include stack traces on all warnings and errors") + (description "This module is meant as a debugging aid. It can be used to make a +script complain loudly with stack backtraces when warning or dying. Unlike modules +such as Carp::Always, stack traces are also included when exceptions are thrown.") + (license license:perl-license))) + (define-public perl-devel-cycle (package (name "perl-devel-cycle") -- 2.41.0