[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64486] [PATCH 04/22] gnu: Add perl-feature-compat-try.
From: |
Bruno Victal |
Subject: |
[bug#64486] [PATCH 04/22] gnu: Add perl-feature-compat-try. |
Date: |
Thu, 6 Jul 2023 07:42:35 +0100 |
* 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
- [bug#64486] [PATCH 00/22] Update licensecheck to 3.3.9., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 05/22] gnu: Add perl-log-any-adapter-screen., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 03/22] gnu: Add perl-feature-compat-class., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 10/22] gnu: perl-xs-parse-keyword: Update to 0.34., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 01/22] gnu: Add perl-xs-parse-sublike., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 19/22] gnu: perl-regexp-pattern-license: Update to 3.11.0., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 02/22] gnu: Add perl-object-pad., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 09/22] gnu: Add perl-string-license., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 06/22] gnu: Add perl-file-chdir., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 04/22] gnu: Add perl-feature-compat-try.,
Bruno Victal <=
- [bug#64486] [PATCH 07/22] gnu: Add perl-test2-tools-command., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 21/22] gnu: licensecheck: Update to 3.3.9., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 12/22] gnu: perl-test2-suite: Update to 0.000155., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 15/22] gnu: Add perl-regexp-pattern-defhash., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 13/22] gnu: perl-test2-suite: Use G-Expressions., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 16/22] gnu: Add perl-hash-defhash., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 22/22] gnu: licensecheck: Use G-Expressions. Refactor phases., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 11/22] gnu: Add perl-extutils-cchecker., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 17/22] gnu: Add perl-test-regexp-pattern., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 20/22] gnu: perl-string-copyright: Update to 0.003014., Bruno Victal, 2023/07/06