gnu: perl-file-slurper: Update to 0.012.

* gnu/packages/perl.scm (perl-file-slurper): Update to 0.012.
[native-inputs]: Add perl-test-warnings.
master
Jelle Licht 2019-01-05 22:00:55 +01:00
parent 92ce188331
commit 37e461e6f4
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 4 additions and 2 deletions

View File

@ -3667,7 +3667,7 @@ file names in a directory.")
(define-public perl-file-slurper
(package
(name "perl-file-slurper")
(version "0.008")
(version "0.012")
(source
(origin
(method url-fetch)
@ -3677,8 +3677,10 @@ file names in a directory.")
".tar.gz"))
(sha256
(base32
"0cyjspspms6zyjcqz9v18dbs574g085h2jzjh41xvsrc1qa8bxhh"))))
"0y5518ji60yfkx9ggjp309j6g8vfri4ka4zqlsys245i2sj2xysf"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-warnings" ,perl-test-warnings)))
(propagated-inputs
`(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)))
(home-page "https://metacpan.org/release/File-Slurper")