guix-commits
[Top][All Lists]
Advanced

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

48/82: gnu: Add Module-Util.


From: Eric Bavier
Subject: 48/82: gnu: Add Module-Util.
Date: Mon, 20 Apr 2015 01:02:42 +0000

bavier pushed a commit to branch master
in repository guix.

commit 55069500a291a42278286bf7509ef6423601110a
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 23:30:00 2015 -0500

    gnu: Add Module-Util.
    
    * gnu/packages/perl.scm (perl-module-util): New variable.
---
 gnu/packages/perl.scm |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 432a11a..db45532 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2764,6 +2764,29 @@ from Moose::Conflicts and moose-outdated.")
 programs for dependencies.")
     (license (package-license perl))))
 
+(define-public perl-module-util
+  (package
+    (name "perl-module-util")
+    (version "1.09")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MA/MATTLAW/"
+                           "Module-Util-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1ip2yg3x517gg8c48crhd52ba864vmyimvm0ibn4ci068mmcpyvc"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build" ,perl-module-build))) ; >= 0.40
+    (home-page "http://search.cpan.org/dist/Module-Util";)
+    (synopsis "Module name tools and transformations")
+    (description "This module provides a few useful functions for manipulating
+module names.  Its main aim is to centralise some of the functions commonly
+used by modules that manipulate other modules in some way, like converting
+module names to relative paths.")
+    (license (package-license perl))))
+
 (define-public perl-moo
   (package
     (name "perl-moo")



reply via email to

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