gnu: Add Hash-MultiValue.
* gnu/packages/perl.scm (perl-hash-multivalue): New variable.
This commit is contained in:
parent
5bfab17a2b
commit
14b44398fb
1 changed files with 19 additions and 0 deletions
|
@ -1002,6 +1002,25 @@ (define-public perl-getopt-tabular
|
|||
"Getopt-Tabular-" version))
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-hash-multivalue
|
||||
(package
|
||||
(name "perl-hash-multivalue")
|
||||
(version "0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
|
||||
"Hash-MultiValue-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jc37kwpa1fl88va8bd1p95h0vjv1gsvmn7pc2pxj62ga6x0wpc0"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Hash-MultiValue")
|
||||
(synopsis "Store multiple values per key")
|
||||
(description "Hash::MultiValue is an object (and a plain hash reference)
|
||||
that may contain multiple values per key, inspired by MultiDict of WebOb.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-inc-latest
|
||||
(package
|
||||
(name "perl-inc-latest")
|
||||
|
|
Loading…
Reference in a new issue