]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/table.pm
Clear state after performing aggregation, since it could hypothetically
[ikiwiki.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);