guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] gnu: Add perl-perlio-utf8_strict.


From: Alex Sassmannshausen
Subject: [PATCH 1/3] gnu: Add perl-perlio-utf8_strict.
Date: Wed, 29 Jun 2016 15:51:23 +0200

* gnu/packages/perl.scm (perl-perlio-utf8_strict): New variable.
---
 gnu/packages/perl.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 386155d..e02d71b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4135,6 +4135,31 @@ 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
+             
"https://cpan.metacpan.org/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 "PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO
+layer.  Unlike perl's default :utf8 layer it checks the input for
+correctness.")
+    (license (package-license perl))))
+
 (define-public perl-pod-coverage
   (package
     (name "perl-pod-coverage")
-- 
2.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]