9423581
From a89162a92e1dda49f246cc690379c4e4b64f92eb Mon Sep 17 00:00:00 2001
9423581
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
9423581
Date: Thu, 25 Jul 2013 08:06:36 +0200
9423581
Subject: [PATCH] Define POD encoding
9423581
MIME-Version: 1.0
9423581
Content-Type: text/plain; charset=UTF-8
9423581
Content-Transfer-Encoding: 8bit
9423581
9423581
https://rt.cpan.org/Public/Bug/Display.html?id=85592
9423581
9423581
Signed-off-by: Petr Písař <ppisar@redhat.com>
9423581
---
9423581
 Tidy.pm | 2 ++
9423581
 1 file changed, 2 insertions(+)
9423581
9423581
diff --git a/Tidy.pm b/Tidy.pm
9423581
index 8f2fc8d..0c87aef 100644
9423581
--- a/Tidy.pm
9423581
+++ b/Tidy.pm
9423581
@@ -771,6 +771,8 @@ sub AUTOLOAD { # methods (created as necessary)
9423581
 sub DESTROY { } # do nothing but define in case && to calm test warnings
9423581
 127;
9423581
 
9423581
+=encoding ISO-8859-1
9423581
+
9423581
 =head1 NAME
9423581
 
9423581
 XML::Tidy - tidy indenting of XML documents
9423581
-- 
9423581
1.8.1.4
9423581