]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/fortune.pm
tidy up new page_types code
[ikiwiki.git] / IkiWiki / Plugin / fortune.pm
index 6a12f28fdfa80506d4dd3611da5382329d1989b1..17e57dea14fccb4c3f9e1c21a5926ef4880033cd 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::fortune;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getsetup", id => "fortune", call => \&getsetup);