guix-commits
[Top][All Lists]
Advanced

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

52/82: gnu: Add Devel-Symdump.


From: Eric Bavier
Subject: 52/82: gnu: Add Devel-Symdump.
Date: Mon, 20 Apr 2015 01:02:43 +0000

bavier pushed a commit to branch master
in repository guix.

commit 7300092693fa048bdd38a59ed84a505b0030e4bc
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 23:47:53 2015 -0500

    gnu: Add Devel-Symdump.
    
    * gnu/packages/perl.scm (perl-devel-symdump): New variable.
---
 gnu/packages/perl.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index b3b6061..19a7550 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1719,6 +1719,24 @@ Devel::StackTrace::WithLexicals, you even get to see the 
lexical variables of
 each stack frame.")
     (license (package-license perl))))
 
+(define-public perl-devel-symdump
+  (package
+    (name "perl-devel-symdump")
+    (version "2.14")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AN/ANDK/"
+                           "Devel-Symdump-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1phyyxgxsymgzbjd524zlaavvay6vjw34af5zn9153qffqign54v"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Devel-Symdump";)
+    (synopsis "Dump symbol names or the symbol table")
+    (description "Devel::Symdump provides access to the perl symbol table.")
+    (license (package-license perl))))
+
 (define-public perl-digest-hmac
   (package
     (name "perl-digest-hmac")



reply via email to

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