X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3a2cb0ecfff65f728569edbdcc4e30f027c36d67..ba0d82e7ea655b47683097f142e73fd29b684f47:/IkiWiki/Plugin/camelcase.pm diff --git a/IkiWiki/Plugin/camelcase.pm b/IkiWiki/Plugin/camelcase.pm index 68d399d77..0bb35b6e2 100644 --- a/IkiWiki/Plugin/camelcase.pm +++ b/IkiWiki/Plugin/camelcase.pm @@ -2,11 +2,12 @@ # CamelCase links package IkiWiki::Plugin::camelcase; +use IkiWiki; use warnings; use strict; sub import { #{{{ - IkiWiki::hook(type => "filter", id => "camelcase", call => \&filter); + hook(type => "filter", id => "camelcase", call => \&filter); } # }}} sub filter (@) { #{{{