projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c65a4
)
no need to use HTML::Entities, as it's loaded on demand by code below
author
Joey Hess
<joey@kodama.kitenet.net>
Wed, 12 Mar 2008 22:52:33 +0000
(18:52 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Wed, 12 Mar 2008 22:52:33 +0000
(18:52 -0400)
IkiWiki/Plugin/aggregate.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/aggregate.pm
b/IkiWiki/Plugin/aggregate.pm
index ba40ee6bcb42f57f2f3929db25a5f0fa75aeeb34..3ec067cc1c24289dd1c91e5b2f3d32d3b09d0747 100644
(file)
--- 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;