diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-23 00:06:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-23 00:06:02 +0000 |
commit | fc6ebdf0b2c0dae52b4073d78a032b7ef9fbedcb (patch) | |
tree | 947681bf7eb1bca2403da5b67a114087168b2000 | |
parent | a27f4a47ba0435233ed272e2541feab4e0868b32 (diff) | |
download | ikiwiki-fc6ebdf0b2c0dae52b4073d78a032b7ef9fbedcb.tar ikiwiki-fc6ebdf0b2c0dae52b4073d78a032b7ef9fbedcb.tar.gz |
explicitly use POSIX
-rw-r--r-- | IkiWiki/Plugin/calendar.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm index 30e2f26a3..536dbc075 100644 --- a/IkiWiki/Plugin/calendar.pm +++ b/IkiWiki/Plugin/calendar.pm @@ -22,6 +22,7 @@ use warnings; use strict; use IkiWiki 2.00; use Time::Local; +use POSIX; my %cache; my %linkcache; |