]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/httpauth.pm
* Various minor bug fixes for silly mistakes in the code, thanks to the
[ikiwiki.git] / IkiWiki / Plugin / httpauth.pm
index 786bcba3b34b99676766f074f52db9bb6beda264..d28b6d2d0f033dcd107ceb7b9632b991c8da73a9 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::httpauth;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "auth", id => "httpauth", call => \&auth);