mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add perl-test2-plugin-nowarnings.
* gnu/packages/perl.scm (perl-test2-plugin-nowarnings): New variable.
This commit is contained in:
parent
9ad78b2c21
commit
a4d6a95793
1 changed files with 22 additions and 0 deletions
|
@ -6501,6 +6501,28 @@ (define-public perl-test2-bundle-extended
|
|||
etc built upon the Test2 testing library.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-test2-plugin-nowarnings
|
||||
(package
|
||||
(name "perl-test2-plugin-nowarnings")
|
||||
(version "0.06")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"002qk6qsm0l6r2kaxywvc38w0yf0mlavgywq8li076pn6kcw3242"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-test2-bundle-extended" ,perl-test2-bundle-extended)))
|
||||
(home-page "http://search.cpan.org/dist/Test2-Plugin-NoWarnings/")
|
||||
(synopsis "Fail if tests warn")
|
||||
(description "Loading this plugin causes your tests to fail if there any
|
||||
warnings while they run. Each warning generates a new failing test and the
|
||||
warning content is outputted via diag.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-test-base
|
||||
(package
|
||||
(name "perl-test-base")
|
||||
|
|
Loading…
Reference in a new issue