no need to use HTML::Entities
authorJoey Hess <joey@kitenet.net>
Fri, 30 Apr 2010 21:26:41 +0000 (17:26 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 30 Apr 2010 21:26:41 +0000 (17:26 -0400)
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

index dcee376ee0776609827d8ddfb508d692f685688d..5ff1a5ae65fbfcd796550a1cf478272986ce9550 100644 (file)
@@ -5,7 +5,6 @@ package IkiWiki;
 use warnings;
 use strict;
 use Encode;
 use warnings;
 use strict;
 use Encode;
-use HTML::Entities;
 use URI::Escape q{uri_escape_utf8};
 use POSIX ();
 use Storable;
 use URI::Escape q{uri_escape_utf8};
 use POSIX ();
 use Storable;