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 20291d7e535aecb1e6d1fe36a7ed713aec7edf84..7d382b38b62d70dc24029c19a5f62d2379d7b062 100644
(file)
--- a/
IkiWiki/Plugin/otl.pm
+++ b/
IkiWiki/Plugin/otl.pm
@@
-5,6
+5,7
@@
package IkiWiki::Plugin::otl;
use warnings;
use strict;
use IkiWiki 2.00;
+use open qw{:utf8 :std};
sub import { #{{{
hook(type => "filter", id => "otl", call => \&filter);