diff options
| -rw-r--r-- | gnu/packages/perl.scm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6349858056a..1444127438a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm | |||
| @@ -5162,6 +5162,34 @@ first failure, instead of going all the way through it.") | |||
| 5162 | excessively long ones.") | 5162 | excessively long ones.") |
| 5163 | (license license:x11))) | 5163 | (license license:x11))) |
| 5164 | 5164 | ||
| 5165 | (define-public perl-task-test-run-allplugins | ||
| 5166 | (package | ||
| 5167 | (name "perl-task-test-run-allplugins") | ||
| 5168 | (version "0.0106") | ||
| 5169 | (source | ||
| 5170 | (origin | ||
| 5171 | (method url-fetch) | ||
| 5172 | (uri (string-append | ||
| 5173 | "mirror://cpan/authors/id/S/SH/SHLOMIF/Task-Test-Run-AllPlugins-" | ||
| 5174 | version ".tar.gz")) | ||
| 5175 | (sha256 | ||
| 5176 | (base32 "0y6fgldb59mc96lkghmd8n0gdbqaal6hz0cqqadna1jqi3q0p38v")))) | ||
| 5177 | (build-system perl-build-system) | ||
| 5178 | (native-inputs (list perl-module-build)) | ||
| 5179 | (propagated-inputs (list perl-test-run | ||
| 5180 | perl-test-run-cmdline | ||
| 5181 | perl-test-run-plugin-alternateinterpreters | ||
| 5182 | perl-test-run-plugin-breakonfailure | ||
| 5183 | perl-test-run-plugin-colorfileverdicts | ||
| 5184 | perl-test-run-plugin-colorsummary | ||
| 5185 | perl-test-run-plugin-trimdisplayedfilenames)) | ||
| 5186 | (home-page "https://metacpan.org/release/Task-Test-Run-AllPlugins") | ||
| 5187 | (synopsis "Specifications for installing all the Test::Run plugins") | ||
| 5188 | (description | ||
| 5189 | "This is a meta-package containing specifications for installing all the | ||
| 5190 | Test::Run plugins.") | ||
| 5191 | (license license:x11))) | ||
| 5192 | |||
| 5165 | (define-public perl-eval-closure | 5193 | (define-public perl-eval-closure |
| 5166 | (package | 5194 | (package |
| 5167 | (name "perl-eval-closure") | 5195 | (name "perl-eval-closure") |
