1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add perl-test-run-plugin-colorsummary.

* gnu/packages/perl.scm (perl-test-run-plugin-colorsummary): New
variable.

Change-Id: I210e31d045992132d1d59f22245cf46fae3f7dc1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Patrick Norton
2025-11-09 15:20:50 -05:00
committed by Liliana Marie Prikler
parent 7ffbd26438
commit 7876887ed7

View File

@@ -5114,6 +5114,28 @@ first failure, instead of going all the way through it.")
@code{NOT OK}) colorful in test outputs.")
(license license:x11)))
(define-public perl-test-run-plugin-colorsummary
(package
(name "perl-test-run-plugin-colorsummary")
(version "0.0203")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/S/SH/SHLOMIF/Test-Run-Plugin-ColorSummary-"
version ".tar.gz"))
(sha256
(base32 "1zca7w360m0vf3srf8af1s2k9k8hi85w1cavql7m2sr9kcvpknbv"))))
(build-system perl-build-system)
(native-inputs (list perl-module-build perl-test-run perl-test-run-cmdline
perl-test-trap))
(propagated-inputs (list perl-test-run perl-test-run-cmdline))
(home-page "https://metacpan.org/release/Test-Run-Plugin-ColorSummary")
(synopsis "Test::Run plugin that colors the summary")
(description
"This package is a Test::Run plugin that colors the summary of the test output.")
(license license:x11)))
(define-public perl-eval-closure
(package
(name "perl-eval-closure")