gnu: Add perl-sub-info.

* gnu/packages/perl.scm (perl-sub-info): New variable.
master
Leo Famulari 2017-07-27 17:49:22 -04:00
parent 6d6646f932
commit 721fd17797
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 21 additions and 0 deletions

View File

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