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