Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
otl.pm
diff --git
a/IkiWiki/Plugin/otl.pm
b/IkiWiki/Plugin/otl.pm
index 94a2b80f6ef16048b6c5ff87e168255dd746145e..7d382b38b62d70dc24029c19a5f62d2379d7b062 100644
(file)
--- a/
IkiWiki/Plugin/otl.pm
+++ b/
IkiWiki/Plugin/otl.pm
@@
-4,7
+4,8
@@
package IkiWiki::Plugin::otl;
use warnings;
use strict;
-use IkiWiki;
+use IkiWiki 2.00;
+use open qw{:utf8 :std};
sub import { #{{{
hook(type => "filter", id => "otl", call => \&filter);