]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/toc.pm
* pagespec_match() has changed to take named parameters, to better allow
[git.ikiwiki.info.git] / IkiWiki / Plugin / toc.pm
index 279eef00837a66c901056096c89af1c1180e6a42..797bfc6bd526b7489e98046dd2ce752d4f85a0cd 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::toc;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 use HTML::Parser;
 
 sub import { #{{{