aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-12 18:52:33 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-12 18:52:33 -0400
commitbc2671082bd69fd10091c4598f2002a672a4296d (patch)
treea3f83d32d3f747fbea2a1611061f9176280a3fc7 /IkiWiki/Plugin
parent99c65a4c0e4c563693525e9b7c737a2146418955 (diff)
downloadikiwiki-bc2671082bd69fd10091c4598f2002a672a4296d.tar
ikiwiki-bc2671082bd69fd10091c4598f2002a672a4296d.tar.gz
no need to use HTML::Entities, as it's loaded on demand by code below
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r--IkiWiki/Plugin/aggregate.pm1
1 files changed, 0 insertions, 1 deletions
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;