Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix testsuite
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
calendar.pm
diff --git
a/IkiWiki/Plugin/calendar.pm
b/IkiWiki/Plugin/calendar.pm
index 2b87451ce2fc304e300fa62b98276c5bc9dd8b2c..ff84bc4409cd1f397980d4eb14b6d478a08cd70d 100644
(file)
--- a/
IkiWiki/Plugin/calendar.pm
+++ b/
IkiWiki/Plugin/calendar.pm
@@
-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",