guix-commits
[Top][All Lists]
Advanced

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

18/20: gnu: Add Test-SharedFork.


From: Eric Bavier
Subject: 18/20: gnu: Add Test-SharedFork.
Date: Wed, 11 Mar 2015 21:08:57 +0000

bavier pushed a commit to branch master
in repository guix.

commit 786ccb71cce8ccc2a77e5b2b0622070485ed7b57
Author: Eric Bavier <address@hidden>
Date:   Wed Mar 11 12:20:29 2015 -0500

    gnu: Add Test-SharedFork.
    
    * gnu/packages/perl.scm (perl-test-sharedfork): New variable.
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index abbc22d..39239c9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2107,6 +2107,27 @@ bin as is also commonly used) paths of your Perl 
distribution.")
                               "Test-Script-" version))
     (license (package-license perl))))
 
+(define-public perl-test-sharedfork
+  (package
+    (name "perl-test-sharedfork")
+    (version "0.29")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
+                           "Test-SharedFork-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0vlak10q4gcf0ch0rfcb9lvddav6r8h15iipzbkbgf9mrj47gbv3"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-requires" ,perl-test-requires)))
+    (home-page "http://search.cpan.org/dist/Test-SharedFork";)
+    (synopsis "Fork test in Perl")
+    (description "Test::SharedFork is a utility module for Test::Builder.  It
+makes fork(2) safe to use in test cases.")
+    (license (package-license perl))))
+
 (define-public perl-test-simple
   (package
     (name "perl-test-simple")



reply via email to

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