diff options
| -rw-r--r-- | gnu/packages/perl.scm | 25 |
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.") | |||
| 5089 | first failure, instead of going all the way through it.") | 5089 | first 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") |
