]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/rst.pm
* Patch from hb to fix the pagestats plugin, which was broken by a past
[ikiwiki.git] / IkiWiki / Plugin / rst.pm
index afd60f6687d5e759321cb42261fb1a48a3241094..1f4c8bf9e9c0adf6081d9a67fd04c23a32b3975d 100644 (file)
@@ -18,7 +18,7 @@ package IkiWiki::Plugin::rst;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 use IPC::Open2;
 
 # Simple python script, maybe it should be implemented using an external script.