]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/calendar.pm
fix newlines in commented defaults
[ikiwiki.git] / IkiWiki / Plugin / calendar.pm
index 2b87451ce2fc304e300fa62b98276c5bc9dd8b2c..ff84bc4409cd1f397980d4eb14b6d478a08cd70d 100644 (file)
@@ -22,7 +22,7 @@ use warnings;
 use strict;
 use IkiWiki 3.00;
 use Time::Local;
-use POSIX;
+use POSIX ();
 
 my $time=time;
 my @now=localtime($time);
@@ -38,6 +38,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "widget",
                },
                archivebase => {
                        type => "string",