From: Joey Hess <joey@kodama.kitenet.net>
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.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/bc2671082bd69fd10091c4598f2002a672a4296d?ds=inline;hp=--cc

no need to use HTML::Entities, as it's loaded on demand by code below
---

bc2671082bd69fd10091c4598f2002a672a4296d
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;