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