]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/template.pm
* pagespec_match() has changed to take named parameters, to better allow
[git.ikiwiki.info.git] / IkiWiki / Plugin / template.pm
index 690443558e71788e616f13575008cdfbffc09c3d..b169f7e75f23c1528c44ecbad00eb661d3df4d73 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::template;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 use HTML::Template;
 use Encode;