]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/openid.pm
* pagespec_match() has changed to take named parameters, to better allow
[git.ikiwiki.info.git] / IkiWiki / Plugin / openid.pm
index 65b884814e9795af6f615e514868585704d9f328..34cd157f52069169d63bec134c5bf9d2a5c35c59 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::openid;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "getopt", id => "openid", call => \&getopt);