[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64486] [PATCH 07/22] gnu: Add perl-test2-tools-command.
From: |
Bruno Victal |
Subject: |
[bug#64486] [PATCH 07/22] gnu: Add perl-test2-tools-command. |
Date: |
Thu, 6 Jul 2023 07:42:38 +0100 |
* gnu/packages/perl-check.scm (perl-test2-tools-command): New variable.
---
gnu/packages/perl-check.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 7bf58832bc..e78c61f71a 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -118,6 +119,28 @@ (define-public perl-test2-plugin-nowarnings
warning content is outputted via diag.")
(license perl-license)))
+(define-public perl-test2-tools-command
+ (package
+ (name "perl-test2-tools-command")
+ (version "0.20")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/J/JM/JMATES/Test2-Tools-Command-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0n388mc1rqfd960yyfn74lgxwrv2b5yrijxf499g7xdvaj44crn4"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build perl-test2-suite))
+ (propagated-inputs (list perl-file-chdir perl-test2-suite))
+ (home-page "https://metacpan.org/release/Test2-Tools-Command")
+ (synopsis "Test simple Unix commands")
+ (description "This module tests that commands given particular arguments
+result in particular outputs by way of the exit status word, standard output,
+and standard error.")
+ (license bsd-3)))
+
(define-public perl-test-base
(package
(name "perl-test-base")
--
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, 2023/07/06
- [bug#64486] [PATCH 07/22] gnu: Add perl-test2-tools-command.,
Bruno Victal <=
- [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
- [bug#64486] [PATCH 18/22] gnu: perl-regexp-pattern: Update to 0.2.14., Bruno Victal, 2023/07/06