]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/passwordauth.pm
* pagespec_match() has changed to take named parameters, to better allow
[git.ikiwiki.info.git] / IkiWiki / Plugin / passwordauth.pm
index e0aa72a196152e3c38d2d6bf74fbe64fc75854e7..131b3a43e16f2d935067a10dbe3a7aa8b76ea09e 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::passwordauth;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
         hook(type => "formbuilder_setup", id => "passwordauth",