X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ee1ad53c4c2710aa7ded61bdc56f3a8cce514f22..d1eba95cdc221b977dedb07e84f41db51c812915:/IkiWiki/Plugin/otl.pm?ds=sidebyside diff --git a/IkiWiki/Plugin/otl.pm b/IkiWiki/Plugin/otl.pm index 20291d7e5..7d382b38b 100644 --- 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);