gnu: Add Devel-Symdump.

* gnu/packages/perl.scm (perl-devel-symdump): New variable.
master
Eric Bavier 2015-04-06 23:47:53 -05:00
parent 3e7a86cdc5
commit 7300092693
1 changed files with 18 additions and 0 deletions

View File

@ -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")