GNU bug report logs -
#64486
[PATCH 00/22] Update licensecheck to 3.3.9.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Thu, 6 Jul 2023 06:42:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 64486 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-feature-compat-try): New variable.
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 147aed7492..483339f951 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4782,6 +4782,27 @@ (define-public perl-feature-compat-class
way.")
(license (package-license perl))))
+(define-public perl-feature-compat-try
+ (package
+ (name "perl-feature-compat-try")
+ (version "0.05")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/P/PE/PEVANS/Feature-Compat-Try-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0z3df58bamp1zx996mwvxy75h67p80wgl4sz3h9xnc5c7hbwg8ar"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build))
+ (propagated-inputs (list perl-syntax-keyword-try))
+ (home-page "https://metacpan.org/release/Feature-Compat-Try")
+ (synopsis "@code{try/catch} syntax in Perl")
+ (description "This module provides syntactical support for
+@code{try/catch} control flows.")
+ (license (package-license perl))))
+
(define-public perl-file-changenotify
(package
(name "perl-file-changenotify")
--
2.40.1
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.