summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/perl.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8ec98877b0d..6349858056a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5136,6 +5136,32 @@ first failure, instead of going all the way through it.")
5136 "This package is a Test::Run plugin that colors the summary of the test output.") 5136 "This package is a Test::Run plugin that colors the summary of the test output.")
5137 (license license:x11))) 5137 (license license:x11)))
5138 5138
5139(define-public perl-test-run-plugin-trimdisplayedfilenames
5140 (package
5141 (name "perl-test-run-plugin-trimdisplayedfilenames")
5142 (version "0.0127")
5143 (source
5144 (origin
5145 (method url-fetch)
5146 (uri (string-append
5147 "mirror://cpan/authors/id/S/SH/SHLOMIF/"
5148 "Test-Run-Plugin-TrimDisplayedFilenames-"
5149 version ".tar.gz"))
5150 (sha256
5151 (base32 "1j6hxanzhgyr2zwpzs56y4f5wrvqbg994vi7g6pidamkrzi92qfn"))))
5152 (build-system perl-build-system)
5153 (native-inputs (list perl-module-build perl-test-run-cmdline
5154 perl-test-trap perl-yaml-libyaml))
5155 (propagated-inputs (list perl-list-someutils perl-moose perl-mro-compat
5156 perl-test-run perl-test-run-cmdline))
5157 (home-page
5158 "https://metacpan.org/release/Test-Run-Plugin-TrimDisplayedFilenames")
5159 (synopsis "Trim long filenames")
5160 (description
5161 "This package trims the first components of the displayed filename to deal with
5162excessively long ones.")
5163 (license license:x11)))
5164
5139(define-public perl-eval-closure 5165(define-public perl-eval-closure
5140 (package 5166 (package
5141 (name "perl-eval-closure") 5167 (name "perl-eval-closure")