X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/99292550fdf3c5bf9feb4a665e2de99f5cfc0d35..a2e98e7ffc50626e6259713094b3b388e8460cd1:/IkiWiki/Plugin/orphans.pm?ds=inline diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm index 06b51bddc..bd3c6b8b9 100644 --- a/IkiWiki/Plugin/orphans.pm +++ b/IkiWiki/Plugin/orphans.pm @@ -4,6 +4,7 @@ package IkiWiki::Plugin::orphans; use warnings; use strict; +use IkiWiki; sub import { #{{{ IkiWiki::register_plugin("preprocess", "orphans", \&preprocess);