guix-commits
[Top][All Lists]
Advanced

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

11/72: gnu; Add Module-Runtime.


From: Eric Bavier
Subject: 11/72: gnu; Add Module-Runtime.
Date: Fri, 06 Mar 2015 14:12:52 +0000

bavier pushed a commit to branch master
in repository guix.

commit 185082c864e8035422544cb48bbaae4780af7e1e
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 15:30:07 2015 -0600

    gnu; Add Module-Runtime.
    
    * gnu/packages/perl.scm (perl-module-runtime): New variable.
---
 gnu/packages/perl.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index b98598d..b0bd7c2 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -369,6 +369,25 @@ Perlish API and none of the bloat and rarely used features 
of IPC::Run.")
     ;; licenses, any version."
     (license (list bsd-3 gpl3+))))
 
+(define-public perl-module-runtime
+  (package
+    (name "perl-module-runtime")
+    (version "0.014")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/Z/ZE/ZEFRAM/"
+                           "Module-Runtime-" version ".tar.gz"))
+       (sha256
+        (base32
+         "19326f094jmjs6mgpwkyisid54k67w34br8yfh0gvaaml87gwi2c"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Module-Runtime";)
+    (synopsis "Perl runtime module handling")
+    (description "The functions exported by this module deal with runtime
+handling of Perl modules, which are normally handled at compile time.")
+    (license (package-license perl))))
+
 (define-public perl-params-util
   (package
     (name "perl-params-util")



reply via email to

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