guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: Add perl-test-file-sharedir-dist.


From: Leo Famulari
Subject: 08/22: gnu: Add perl-test-file-sharedir-dist.
Date: Sun, 30 Jul 2017 20:11:47 -0400 (EDT)

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

commit 00ace8839690e56e9095969cf7c21f288322072e
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 27 17:53:42 2017 -0400

    gnu: Add perl-test-file-sharedir-dist.
    
    * gnu/packages/perl.scm (perl-test-file-sharedir-dist): New variable.
---
 gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 26ff045..714c111 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6762,6 +6762,32 @@ Test::Exception.  It does much less, but should allow 
greater flexibility in
 testing exception-throwing code with about the same amount of typing.")
     (license (package-license perl))))
 
+(define-public perl-test-file-sharedir-dist
+  (package
+    (name "perl-test-file-sharedir-dist")
+    (version "1.001002")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "mirror://cpan/authors/id/K/KE/KENTNL/"
+                            "Test-File-ShareDir-" version ".tar.gz"))
+        (sha256
+         (base32
+          "1bbs6cx69wcinq77gif4i4pmrj8a7lwb92sgvvxzrwmjnk5lfdmk"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-class-tiny" ,perl-class-tiny)
+       ("perl-file-copy-recursive" ,perl-file-copy-recursive)
+       ("perl-file-sharedir" ,perl-file-sharedir)
+       ("perl-path-tiny" ,perl-path-tiny)
+       ("perl-scope-guard" ,perl-scope-guard)
+       ("perl-test-fatal" ,perl-test-fatal)))
+    (home-page "https://github.com/kentnl/Test-File-ShareDir";)
+    (synopsis "Dist oriented ShareDir tester")
+    (description "This module creates a Fake ShareDir for your modules
+for testing.")
+    (license (package-license perl))))
+
 (define-public perl-test-files
   (package
     (name "perl-test-files")



reply via email to

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