gnu: Add Plack-Middleware-RemoveRedundantBody.

* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody):
  New variable.
This commit is contained in:
Eric Bavier 2015-03-12 12:53:22 -05:00
parent 03d874d069
commit 13e330be23

View File

@ -1146,6 +1146,29 @@ (define-public perl-plack-middleware-methodoverride
can say what method it actually meant.")
(license (package-license perl))))
(define-public perl-plack-middleware-removeredundantbody
(package
(name "perl-plack-middleware-removeredundantbody")
(version "0.05")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SW/SWEETKID/"
"Plack-Middleware-RemoveRedundantBody-"
version ".tar.gz"))
(sha256
(base32
"1n3wm0zi8dnk54jx937asl951lslj3jvw0fry4jpzsibg4f6wrx0"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-plack" ,perl-plack)))
(home-page
"http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody")
(synopsis "Plack::Middleware which removes body for HTTP response")
(description "This module removes the body in an HTTP response if it's not
required.")
(license (package-license perl))))
(define-public perl-test-tcp
(package
(name "perl-test-tcp")