no need to use HTML::Entities, as it's loaded on demand by code below
[ikiwiki.git] / IkiWiki / Plugin / aggregate.pm
index ba40ee6bcb42f57f2f3929db25a5f0fa75aeeb34..3ec067cc1c24289dd1c91e5b2f3d32d3b09d0747 100644 (file)
@@ -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;