~ruther/guix-local

7ffbd26438ffe2c67bbfda0ffaa66cf014dcf133 — Patrick Norton 6 months ago 26d63a0
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>
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +25 -0
@@ 5089,6 5089,31 @@ scripts with Test::Run.")
first failure, instead of going all the way through it.")
    (license license:x11)))

(define-public perl-test-run-plugin-colorfileverdicts
  (package
    (name "perl-test-run-plugin-colorfileverdicts")
    (version "0.0125")
    (source
     (origin
       (method url-fetch)
       (uri (string-append
             "mirror://cpan/authors/id/S/SH/SHLOMIF/Test-Run-Plugin-ColorFileVerdicts-"
             version ".tar.gz"))
       (sha256
        (base32 "0ihy5rzhc7472kh8931i7fbqf36nixl6yjrf8x5ndzd62hn1l90w"))))
    (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-moose perl-mro-compat perl-test-run
                             perl-test-run-cmdline))
    (home-page
     "https://metacpan.org/release/Test-Run-Plugin-ColorFileVerdicts")
    (synopsis "Make the file verdict colorful")
    (description
     "This package allows you to make the file verdict (i.e., @code{ok},
@code{NOT OK}) colorful in test outputs.")
    (license license:x11)))

(define-public perl-eval-closure
  (package
    (name "perl-eval-closure")