summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPatrick Norton <patrick.147.norton@gmail.com>2025-11-09 15:20:19 -0500
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-11-15 17:32:49 +0100
commit7ffbd26438ffe2c67bbfda0ffaa66cf014dcf133 (patch)
tree38cffc1d6da7618623af11722997fd6acd979c84 /gnu
parent26d63a058d5b16e706b5ae4d1591f351c5f9c54c (diff)
gnu: Add perl-test-run-plugin-colorfileverdicts.
* gnu/packages/perl.scm (perl-test-run-plugin-colorfileverdicts): New variable. Change-Id: I1c794c3eeac66822e554e6643690ea345cb0b745 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4cae6c2628e..d61b4e2d6d3 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5089,6 +5089,31 @@ scripts with Test::Run.")
5089first failure, instead of going all the way through it.") 5089first failure, instead of going all the way through it.")
5090 (license license:x11))) 5090 (license license:x11)))
5091 5091
5092(define-public perl-test-run-plugin-colorfileverdicts
5093 (package
5094 (name "perl-test-run-plugin-colorfileverdicts")
5095 (version "0.0125")
5096 (source
5097 (origin
5098 (method url-fetch)
5099 (uri (string-append
5100 "mirror://cpan/authors/id/S/SH/SHLOMIF/Test-Run-Plugin-ColorFileVerdicts-"
5101 version ".tar.gz"))
5102 (sha256
5103 (base32 "0ihy5rzhc7472kh8931i7fbqf36nixl6yjrf8x5ndzd62hn1l90w"))))
5104 (build-system perl-build-system)
5105 (native-inputs (list perl-module-build perl-test-run perl-test-run-cmdline
5106 perl-test-trap))
5107 (propagated-inputs (list perl-moose perl-mro-compat perl-test-run
5108 perl-test-run-cmdline))
5109 (home-page
5110 "https://metacpan.org/release/Test-Run-Plugin-ColorFileVerdicts")
5111 (synopsis "Make the file verdict colorful")
5112 (description
5113 "This package allows you to make the file verdict (i.e., @code{ok},
5114@code{NOT OK}) colorful in test outputs.")
5115 (license license:x11)))
5116
5092(define-public perl-eval-closure 5117(define-public perl-eval-closure
5093 (package 5118 (package
5094 (name "perl-eval-closure") 5119 (name "perl-eval-closure")