guix-commits
[Top][All Lists]
Advanced

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

23/72: gnu: Add Sub-Identify.


From: Eric Bavier
Subject: 23/72: gnu: Add Sub-Identify.
Date: Fri, 06 Mar 2015 14:12:57 +0000

bavier pushed a commit to branch master
in repository guix.

commit a7a75c87b05e139253753655f236f3ad5877317c
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 15:54:07 2015 -0600

    gnu: Add Sub-Identify.
    
    * gnu/packages/perl.scm (perl-sub-identify): 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 62a9089..fd5a0e6 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -677,6 +677,25 @@ if your users try to use \"Sub::Exporter\"'s more advanced 
features, like
 renaming exports, if they try to use them.")
     (license (package-license perl))))
 
+(define-public perl-sub-identify
+  (package
+    (name "perl-sub-identify")
+    (version "0.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/R/RG/RGARCIA/"
+                           "Sub-Identify-" version ".tar.gz"))
+       (sha256
+        (base32
+         "087fjcg6w576w47i1slj6mjfd3gl1b0airgddmn3prn0nff6nn2m"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Sub-Identify";)
+    (synopsis "Retrieve names of code references")
+    (description "Sub::Identify allows you to retrieve the real name of code
+references.")
+    (license (package-license perl))))
+
 (define-public perl-sub-install
   (package
     (name "perl-sub-install")



reply via email to

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