]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/typography.pm
* pagespec_match() has changed to take named parameters, to better allow
[ikiwiki.git] / IkiWiki / Plugin / typography.pm
index 682dadab7bb7cddc7c960eb9beffcef05a43f5d6..3b66ab0d087e871e8152992552ade197610c8039 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::typography;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        IkiWiki::hook(type => "sanitize", id => "typography", call => \&sanitize);