guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/22: gnu: Add perl-test2-plugin-nowarnings.


From: Leo Famulari
Subject: 07/22: gnu: Add perl-test2-plugin-nowarnings.
Date: Sun, 30 Jul 2017 20:11:46 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit a4d6a95793b2c98fb11908d6dec85532d6df5613
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 27 17:51:38 2017 -0400

    gnu: Add perl-test2-plugin-nowarnings.
    
    * gnu/packages/perl.scm (perl-test2-plugin-nowarnings): New variable.
---
 gnu/packages/perl.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 54f57a7..26ff045 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6501,6 +6501,28 @@ into tables.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]