diff options
author | spalax <spalax@web> | 2016-06-07 02:26:23 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-06-07 02:26:23 -0400 |
commit | 9da882c7765066ebc29d66ea848edef8a0b7149f (patch) | |
tree | a5e8eb10feb4b7254f88640c9dcdf3ecfa114c6a /doc/plugins/contrib | |
parent | 1167651861b7bf32396705c7f98ae844b219469c (diff) | |
download | ikiwiki-9da882c7765066ebc29d66ea848edef8a0b7149f.tar ikiwiki-9da882c7765066ebc29d66ea848edef8a0b7149f.tar.gz |
Add required packages
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/datetime_cmp.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/contrib/datetime_cmp.mdwn b/doc/plugins/contrib/datetime_cmp.mdwn index ba35b37c6..47eaffaec 100644 --- a/doc/plugins/contrib/datetime_cmp.mdwn +++ b/doc/plugins/contrib/datetime_cmp.mdwn @@ -11,6 +11,8 @@ creation or modification times. It also sets the date of the next modification of the page on relevant date, so that the page will be rebuilt if the condition changes. +It requires the DateTime::Format::Duration perl module (on Debian : ``apt-get install libdatetime-format-duration-perl``). + ## List of functions The list of functions is given by the following regexp: |