]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/table.pm
* Add a destpage parameter to the filter hook.
[git.ikiwiki.info.git] / IkiWiki / Plugin / table.pm
index 2ed60ab4604b3193b15914c6732568012c3a328d..698f9c9b61501034736e82d2c1deac3167670072 100644 (file)
@@ -3,8 +3,7 @@ package IkiWiki::Plugin::table;
 
 use warnings;
 use strict;
-
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "preprocess", id => "table", call => \&preprocess);