Blob Blame History Raw
From a89162a92e1dda49f246cc690379c4e4b64f92eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Thu, 25 Jul 2013 08:06:36 +0200
Subject: [PATCH] Define POD encoding
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

https://rt.cpan.org/Public/Bug/Display.html?id=85592

Signed-off-by: Petr Písař <ppisar@redhat.com>
---
 Tidy.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Tidy.pm b/Tidy.pm
index 8f2fc8d..0c87aef 100644
--- a/Tidy.pm
+++ b/Tidy.pm
@@ -771,6 +771,8 @@ sub AUTOLOAD { # methods (created as necessary)
 sub DESTROY { } # do nothing but define in case && to calm test warnings
 127;
 
+=encoding ISO-8859-1
+
 =head1 NAME
 
 XML::Tidy - tidy indenting of XML documents
-- 
1.8.1.4