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-Tag: 2.41~132 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc2671082bd69fd10091c4598f2002a672a4296d;p=ikiwiki.git 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;