gnu: perl-catalyst-runtime: Update to 5.90115.

* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115.
[native-inputs]: Add PERL-MODULE-INSTALL.
master
Marius Bakke 2017-08-25 21:34:47 +02:00
parent 1934769ba1
commit a21db79e52
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -1564,7 +1564,7 @@ MIME type directly to the browser, without being processed through Catalyst.")
(define-public perl-catalyst-runtime
(package
(name "perl-catalyst-runtime")
(version "5.90082")
(version "5.90115")
(source
(origin
(method url-fetch)
@ -1572,10 +1572,11 @@ MIME type directly to the browser, without being processed through Catalyst.")
"Catalyst-Runtime-" version ".tar.gz"))
(sha256
(base32
"1gs70nq4rikpq6siwds9disb1z03vwjzf979xi9kf7saa1drfncs"))))
"0kh3ng6pjpxmndq9vrn515f70x7h44ish5bsgjwj4pjvchcyivzm"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-fatal" ,perl-test-fatal)))
`(("perl-module-install" ,perl-module-install)
("perl-test-fatal" ,perl-test-fatal)))
(propagated-inputs
`(("perl-cgi-simple" ,perl-cgi-simple)
("perl-cgi-struct" ,perl-cgi-struct)