guix-commits
[Top][All Lists]
Advanced

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

05/22: gnu: Add perl-sub-info.


From: Leo Famulari
Subject: 05/22: gnu: Add perl-sub-info.
Date: Sun, 30 Jul 2017 20:11:46 -0400 (EDT)

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

commit 721fd1779766deb350f5d9b114d6ba167523b9ec
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 27 17:49:22 2017 -0400

    gnu: Add perl-sub-info.
    
    * gnu/packages/perl.scm (perl-sub-info): New variable.
---
 gnu/packages/perl.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e3dee0f..bddcab5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6092,6 +6092,27 @@ renaming exports, if they try to use them.")
 references.")
     (license (package-license perl))))
 
+(define-public perl-sub-info
+  (package
+    (name "perl-sub-info")
+    (version "0.002")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/Sub-Info-"
+                            version ".tar.gz"))
+        (sha256
+         (base32
+          "1snhrmc6gpw2zjnj7zvvqj69mlw711bxah6kk4dg5vxxjvb5cc7a"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-importer" ,perl-importer)))
+    (home-page "http://search.cpan.org/dist/Sub-Info/";)
+    (synopsis "Tool to inspect subroutines")
+    (description "This package provides tools for inspecting subroutines
+in Perl.")
+    (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]