From bc2671082bd69fd10091c4598f2002a672a4296d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2008 18:52:33 -0400 Subject: [PATCH] no need to use HTML::Entities, as it's loaded on demand by code below --- IkiWiki/Plugin/aggregate.pm | 1 - 1 file changed, 1 deletion(-) 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; -- 2.44.0