]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/table.pm
finalise version 3.00 of the plugin api
[ikiwiki.git] / IkiWiki / Plugin / table.pm
index b6f53f607b1741fc959afc452ef65e252b5a4e49..479f3d7450612fa63b3355aa9a3870c32cfeea6c 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::table;
 use warnings;
 use strict;
 use Encode;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getsetup", id => "table", call => \&getsetup);