mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add Sub-Identify.
* gnu/packages/perl.scm (perl-sub-identify): New variable.
This commit is contained in:
parent
9727c33f3b
commit
a7a75c87b0
1 changed files with 19 additions and 0 deletions
|
@ -677,6 +677,25 @@ (define-public perl-sub-exporter-progressive
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue