]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/creole.pm
optimise brokenlinks by gathering the data when calculating backlinks
[ikiwiki.git] / IkiWiki / Plugin / creole.pm
index 3c46a48df1e43336763361d3a9d4f3ded41cf76a..425e71043f0133f5b855c32932bc114542c83d7d 100644 (file)
@@ -5,7 +5,7 @@ package IkiWiki::Plugin::creole;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getsetup", id => "creole", call => \&getsetup);