]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/wikitext.pm
I *think* that this comment is out of date.
[ikiwiki.git] / IkiWiki / Plugin / wikitext.pm
index 586be087415f23df6ea5dc66e2395d29483c5b3c..e1d346ae67d19962fc732759e540c17776d8f2a6 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::wikitext;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "htmlize", id => "wiki", call => \&htmlize);