gnu: Add perl-perlio-utf8-strict.

* gnu/packages/perl.scm (perl-perlio-utf8_strict): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Alex Sassmannshausen 2016-06-29 15:51:23 +02:00 committed by Ludovic Courtès
parent a65d0fdb7c
commit 77ff12c987
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 23 additions and 0 deletions

View File

@ -4136,6 +4136,29 @@ up inheritance from those modules at the same time.")
directory specifications in a cross-platform manner.")
(license (package-license perl))))
(define-public perl-perlio-utf8_strict
(package
(name "perl-perlio-utf8-strict")
(version "0.006")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/L/LE/LEONT/PerlIO-utf8_strict-"
version ".tar.gz"))
(sha256
(base32
"0qnmiflirfq10jkmrxyy81ch6hzyndfzxqf8maif0fy44kk1004q"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)))
(home-page
"http://search.cpan.org/dist/PerlIO-utf8_strict")
(synopsis "Fast and correct UTF-8 IO")
(description "@code{PerlIO::utf8_strict} provides a fast and correct UTF-8
PerlIO layer. Unlike Perl's default @code{:utf8} layer it checks the input
for correctness.")
(license (package-license perl))))
(define-public perl-pod-coverage
(package
(name "perl-pod-coverage")