]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/orphans.pm
* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
[git.ikiwiki.info.git] / IkiWiki / Plugin / orphans.pm
index 06b51bddcc6a13982b9a82f081361253059e858c..bd3c6b8b9f8e4157856417847458832fbe731d26 100644 (file)
@@ -4,6 +4,7 @@ package IkiWiki::Plugin::orphans;
 
 use warnings;
 use strict;
+use IkiWiki;
 
 sub import { #{{{
        IkiWiki::register_plugin("preprocess", "orphans", \&preprocess);