projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd75b61
)
no need to use HTML::Entities
author
Joey Hess
<joey@kitenet.net>
Fri, 30 Apr 2010 21:26:41 +0000
(17:26 -0400)
committer
Joey Hess
<joey@kitenet.net>
Fri, 30 Apr 2010 21:26:41 +0000
(17:26 -0400)
That module is unused now. Long long ago, it used to be used to encode data in
the index. Checked all modules, and every module that uses it imports it.
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index dcee376ee0776609827d8ddfb508d692f685688d..5ff1a5ae65fbfcd796550a1cf478272986ce9550 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-5,7
+5,6
@@
package IkiWiki;
use warnings;
use strict;
use Encode;
-use HTML::Entities;
use URI::Escape q{uri_escape_utf8};
use POSIX ();
use Storable;