]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/ddate.pm
* Make the map plugin notice when pages in the map are deleted and update
[ikiwiki.git] / IkiWiki / Plugin / ddate.pm
index 862d4da5b180146356757dff5600977a2df41966..f4921fdfd70bc04ccf87bc0b5650c80d13d9c6f6 100644 (file)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
 # Discordian date support fnord ikiwiki.
 package IkiWiki::Plugin::ddate;
-use IkiWiki;
+
+use IkiWiki 2.00;
 no warnings;
 
 sub import { #{{{