]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/fortune.pm
* Allow raw html in the rst plugin.
[ikiwiki.git] / IkiWiki / Plugin / fortune.pm
index 3bab134bed8e8d4bf152dee04bbff1bdb42a9727..a3b13f687dac48aa37eee64ddf2eb7035dbac064 100644 (file)
@@ -2,9 +2,9 @@
 # Include a fortune in a page
 package IkiWiki::Plugin::fortune;
 
-use IkiWiki;
 use warnings;
 use strict;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "preprocess", id => "fortune", call => \&preprocess);