guix-commits
[Top][All Lists]
Advanced

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

70/72: gnu: Add Sub-Name.


From: Eric Bavier
Subject: 70/72: gnu: Add Sub-Name.
Date: Fri, 06 Mar 2015 14:13:15 +0000

bavier pushed a commit to branch master
in repository guix.

commit 39bbf6131c4a3fea15a279d9a69ed8ad0e308e75
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 17:03:27 2015 -0600

    gnu: Add Sub-Name.
    
    * gnu/packages/perl.scm (perl-sub-name): New variable.
---
 gnu/packages/perl.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a4aa11c..fb5c90e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1468,6 +1468,28 @@ the unsightly mess of C<no strict> or typeglobs lying 
about where just anyone
 can see them.")
     (license (package-license perl))))
 
+(define-public perl-sub-name
+  (package
+    (name "perl-sub-name")
+    (version "0.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+                           "Sub-Name-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1sdlc8pv7vyyc48gzh70hbwzn0hzwl3zbcy2dkmfw8vjzgya5i06"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-devel-checkbin" ,perl-devel-checkbin)))
+    (home-page "http://search.cpan.org/dist/Sub-Name";)
+    (synopsis "(Re)name a sub")
+    (description "Assigns a new name to referenced sub.  If package
+specification is omitted in the name, then the current package is used.  The
+return value is the sub.")
+    (license (package-license perl))))
+
 (define-public perl-sub-uplevel
   (package
     (name "perl-sub-uplevel")



reply via email to

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