Description: Removes dependency on Unicode::UTF8simple and replace it with Encode
Forwarded: not-needed
Author: Nick Morrott <knowledgejunkie@gmail.com>
Last-Update: 2015-06-20

Index: xmltv-rebuild/Makefile.PL
===================================================================
--- xmltv-rebuild.orig/Makefile.PL	2015-06-30 16:01:56.672262577 +0100
+++ xmltv-rebuild/Makefile.PL	2015-06-30 16:01:56.668262529 +0100
@@ -867,7 +867,6 @@
                     'HTML::Entities'    => 1.27,
                     'HTTP::Cache::Transparent' => 0,
                     'DateTime'          => 0,
-					'Unicode::UTF8simple' => 0,
                     'Encode'            => 0,} 
      },
 
Index: xmltv-rebuild/README
===================================================================
--- xmltv-rebuild.orig/README	2015-06-30 16:01:56.672262577 +0100
+++ xmltv-rebuild/README	2015-06-30 16:01:56.672262577 +0100
@@ -74,7 +74,6 @@
 Tk::TableMatrix          (if you want to run tv_check)
 WWW::Mechanize           (if you want to run tv_grab_na_icons, tv_grab_br_net)
 XML::LibXML              (if you want to run tv_grab_se_swedb, tv_grab_in)
-Unicode::UTF8simple      (if you want to run tv_grab_pt)
 
 You may have difficulty with the XML modules on Perl 5.8.0 - if so
 send mail to the xmltv-users list.  Other Perl versions should be OK.
