projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2286dd
)
add displaytime
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 11 Sep 2006 02:44:05 +0000
(
02:44
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 11 Sep 2006 02:44:05 +0000
(
02:44
+0000)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index d63b02dffc35cffb81c9f5b146f08ac0160bae7e..a3f907770cdd69ff3664785911088d0620995b80 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-13,6
+13,7
@@
use vars qw{%config %links %oldlinks %oldpagemtime %pagectime %pagecase
use Exporter q{import};
our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
bestlink htmllink readfile writefile pagetype srcfile pagename
+ displaytime
%config %links %renderedfiles %pagesources);
our $VERSION = 1.00;