POD encoding in Coro-Multicore
Petr Pisar
ppisar at redhat.com
Mon Oct 5 17:23:40 CEST 2015
Hello,
attached patch defines Coro::Multicore POD encoding to UTF-8 ad the text is in
UTF-8 while default POD encoding is ISO-8859-1.
-- Petr
-------------- next part --------------
From 70ed7929018bf228c70932ba077f6d6bf12e8176 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 5 Oct 2015 15:05:17 +0200
Subject: [PATCH] Declare POD encoding
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar at redhat.com>
---
Multicore.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Multicore.pm b/Multicore.pm
index 4b1b091..ae76ed5 100644
--- a/Multicore.pm
+++ b/Multicore.pm
@@ -1,3 +1,5 @@
+=encoding utf8
+
=head1 NAME
Coro::Multicore - make coro threads on multiple cores with specially supported modules
--
2.4.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.schmorp.de/pipermail/anyevent/attachments/20151005/7709e2ca/attachment.sig>
More information about the anyevent
mailing list