From 6293c62cac02fdc604f12db71462ee3f1af18f1d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 30 Apr 2010 17:26:41 -0400 Subject: [PATCH] no need to use HTML::Entities That module is unused now. Long long ago, it used to be used to encode data in the index. Checked all modules, and every module that uses it imports it. --- IkiWiki.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index dcee376ee..5ff1a5ae6 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -5,7 +5,6 @@ package IkiWiki; use warnings; use strict; use Encode; -use HTML::Entities; use URI::Escape q{uri_escape_utf8}; use POSIX (); use Storable; -- 2.26.2