]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Render.pm
* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
[ikiwiki.git] / IkiWiki / Render.pm
index 9ece00157acd0d8c9a8146090648ad68dc0f4c76..35e279a68232c7b0a6e6fb353d3af448cd35df94 100644 (file)
@@ -5,6 +5,7 @@ package IkiWiki;
 use warnings;
 use strict;
 use File::Spec;
+use IkiWiki;
 
 sub linkify ($$) { #{{{
        my $content=shift;