From: Joey Hess Date: Wed, 12 Mar 2008 22:52:33 +0000 (-0400) Subject: no need to use HTML::Entities, as it's loaded on demand by code below X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bc2671082bd69fd10091c4598f2002a672a4296d?ds=sidebyside no need to use HTML::Entities, as it's loaded on demand by code below --- diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index ba40ee6bc..3ec067cc1 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -5,7 +5,6 @@ package IkiWiki::Plugin::aggregate; use warnings; use strict; use IkiWiki 2.00; -use HTML::Entities; use HTML::Parser; use HTML::Tagset; use URI;