no need to use HTML::Entities, as it's loaded on demand by code below
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 12 Mar 2008 22:52:33 +0000 (18:52 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 12 Mar 2008 22:52:33 +0000 (18:52 -0400)
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;