diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-12 18:52:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-12 18:52:33 -0400 |
commit | bc2671082bd69fd10091c4598f2002a672a4296d (patch) | |
tree | a3f83d32d3f747fbea2a1611061f9176280a3fc7 | |
parent | 99c65a4c0e4c563693525e9b7c737a2146418955 (diff) | |
download | ikiwiki-bc2671082bd69fd10091c4598f2002a672a4296d.tar ikiwiki-bc2671082bd69fd10091c4598f2002a672a4296d.tar.gz |
no need to use HTML::Entities, as it's loaded on demand by code below
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 1 |
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; |