From: Joey Hess Date: Fri, 30 Apr 2010 21:26:41 +0000 (-0400) Subject: no need to use HTML::Entities X-Git-Tag: 3.20100501~20 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=6293c62cac02fdc604f12db71462ee3f1af18f1d 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. --- 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;