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