unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 6/7] gnu: Add Test::Output.
Date: Sat, 21 Feb 2015 20:16:31 +0100	[thread overview]
Message-ID: <1424546192-26668-7-git-send-email-rekado@elephly.net> (raw)
In-Reply-To: <1424546192-26668-1-git-send-email-rekado@elephly.net>

* gnu/packages/perl.scm (perl-test-output): New variable.
---
 gnu/packages/perl.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 43bffd8..214ab3e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -480,6 +480,31 @@ bin as is also commonly used) paths of your Perl distribution.")
                               "Test-Simple-" version))
     (license (package-license perl))))
 
+(define-public perl-test-output
+  (package
+    (name "perl-test-output")
+    (version "1.03")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
+                                  "Test-Output-" version ".tar.gz"))
+              (sha256
+               (base32
+                "12991jnzj4cbw9whhprmqvnzd1ayii84g2mh8vxbjngwqrjsy41i"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-capture-tiny" ,perl-capture-tiny)
+       ("perl-test-tester" ,perl-test-tester)
+       ("perl-sub-exporter" ,perl-sub-exporter)))
+    (synopsis "Utilities to test STDOUT and STDERR messages")
+    (description
+     "Test::Output provides a simple interface for testing output sent to
+STDOUT or STDERR.  A number of different utilities are included to try and be
+as flexible as possible to the tester.")
+    (home-page (string-append "http://search.cpan.org/~bdfoy/"
+                              "Test-Output-" version))
+    (license (package-license perl))))
+
 (define-public perl-test-tester
   (package
     (name "perl-test-tester")
-- 
2.1.0

  parent reply	other threads:[~2015-02-21 19:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-21 19:16 [PATCH 0/7] Add Stow Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 1/7] gnu: Add Sub::Install Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 2/7] gnu: Add Params::Util Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 3/7] gnu: Add Capture::Tiny Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 4/7] gnu: Add Data::OptList Ricardo Wurmus
2015-02-21 19:16 ` [PATCH 5/7] gnu: Add Sub::Exporter Ricardo Wurmus
2015-02-21 19:16 ` Ricardo Wurmus [this message]
2015-02-21 19:16 ` [PATCH 7/7] gnu: Add Stow Ricardo Wurmus
2015-02-22  0:06 ` [PATCH 0/7] " Eric Bavier
2015-02-22  8:41   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424546192-26668-7-git-send-email-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).