all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Sassmannshausen <alex@pompo.co>
To: guix-devel@gnu.org
Subject: [PATCH 1/3] gnu: Add perl-perlio-utf8_strict.
Date: Wed, 29 Jun 2016 15:51:23 +0200	[thread overview]
Message-ID: <20160629135125.14019-2-alex@pompo.co> (raw)
In-Reply-To: <20160629135125.14019-1-alex@pompo.co>

* 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	other threads:[~2016-06-29 13:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 13:51 [PATCH 0/3] gnu: Add perl-config-ini Alex Sassmannshausen
2016-06-29 13:51 ` Alex Sassmannshausen [this message]
2016-07-02 14:02   ` [PATCH 1/3] gnu: Add perl-perlio-utf8_strict Ludovic Courtès
2016-06-29 13:51 ` [PATCH 2/3] gnu: Add perl-mixin-linewise Alex Sassmannshausen
2016-07-02 14:07   ` Ludovic Courtès
2016-06-29 13:51 ` [PATCH 3/3] gnu: Add perl-config-ini Alex Sassmannshausen
2016-07-02 14:11   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160629135125.14019-2-alex@pompo.co \
    --to=alex@pompo.co \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.