mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add CGI-Struct.
* gnu/packages/web.scm (perl-cgi-struct): New variable.
This commit is contained in:
parent
0148aa55cf
commit
76b8b86c91
1 changed files with 21 additions and 0 deletions
|
@ -545,6 +545,27 @@ (define-public perl-cgi-simple
|
||||||
parameter parsing, file upload, cookie handling and header generation.")
|
parameter parsing, file upload, cookie handling and header generation.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-cgi-struct
|
||||||
|
(package
|
||||||
|
(name "perl-cgi-struct")
|
||||||
|
(version "1.21")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/F/FU/FULLERMD/"
|
||||||
|
"CGI-Struct-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0v4xq2qpryr7i6jngw1wpn8yr2kiib10yxp4aih90vfdznkqsgfi"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-test-deep" ,perl-test-deep)))
|
||||||
|
(home-page "http://search.cpan.org/dist/CGI-Struct")
|
||||||
|
(synopsis "Build structures from CGI data")
|
||||||
|
(description "This is a module for building structured data from CGI
|
||||||
|
inputs, in a manner reminiscent of how PHP does.")
|
||||||
|
(license l:bsd-2)))
|
||||||
|
|
||||||
(define-public perl-encode-locale
|
(define-public perl-encode-locale
|
||||||
(package
|
(package
|
||||||
(name "perl-encode-locale")
|
(name "perl-encode-locale")
|
||||||
|
|
Loading…
Reference in a new issue