explicitly use POSIX
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 23 Oct 2007 00:06:02 +0000 (00:06 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 23 Oct 2007 00:06:02 +0000 (00:06 +0000)
IkiWiki/Plugin/calendar.pm

index 30e2f26a301d3d24bf71ba0a9d8bece05588ea3c..536dbc075e1ce03473d41d96103d0266b384c170 100644 (file)
@@ -22,6 +22,7 @@ use warnings;
 use strict;
 use IkiWiki 2.00;
 use Time::Local;
+use POSIX;
 
 my %cache;
 my %linkcache;