]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/pingee.pm
add section information
[git.ikiwiki.info.git] / IkiWiki / Plugin / pingee.pm
index fcbe6b57b151cc7ac8a174d708f32ba9a589ca1d..aafce9e70dd03ec2a051f4a69b8264e397b66ce3 100644 (file)
@@ -3,7 +3,7 @@ package IkiWiki::Plugin::pingee;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getsetup", id => "pingee", call => \&getsetup);
@@ -15,6 +15,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "special-purpose",
                },
 }