diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 13:07:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 13:07:48 -0400 |
commit | 9169c3247ffae04ae2fbc9ceda4176ffb5f263d3 (patch) | |
tree | deecd6160ce648b80206a44804eda7ce1c042d35 /IkiWiki/Plugin | |
parent | 255172215e8d886ae875e79694bda1a656053410 (diff) |
standardising and documenting getsetup
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/pinger.pm | 2 | ||||
-rw-r--r-- | IkiWiki/Plugin/recentchanges.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/pinger.pm b/IkiWiki/Plugin/pinger.pm index 89b4365ab..0aee17f8a 100644 --- a/IkiWiki/Plugin/pinger.pm +++ b/IkiWiki/Plugin/pinger.pm @@ -19,7 +19,7 @@ sub import { #{{{ sub getsetup () { #{{{ return pinger_timeout => { - type => "int", + type => "integer", default => 15, description => "how many seconds to try pinging before timing out", safe => 1, diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm index 04a878b20..6ab4f9d03 100644 --- a/IkiWiki/Plugin/recentchanges.pm +++ b/IkiWiki/Plugin/recentchanges.pm @@ -24,7 +24,7 @@ sub getsetup () { #{{{ rebuild => 1, }, recentchangesnum => { - type => "int", + type => "integer", default => 100, description => "number of changes to track", safe => 1, |