aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-18 12:08:26 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-18 12:08:26 -0500
commit97bc5d8bcacd482874d0050166ba3f7a87ef9fd1 (patch)
treeb1509aa3e74837b462b98fa2fba85e668da4996e /IkiWiki/CGI.pm
parent4f25d90ebc2d3ff2ad7a5d7bd8578a6c4d673aa8 (diff)
downloadikiwiki-97bc5d8bcacd482874d0050166ba3f7a87ef9fd1.tar
ikiwiki-97bc5d8bcacd482874d0050166ba3f7a87ef9fd1.tar.gz
typos
Diffstat (limited to 'IkiWiki/CGI.pm')
-rw-r--r--IkiWiki/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm
index cd4a5574c..bb26add9a 100644
--- a/IkiWiki/CGI.pm
+++ b/IkiWiki/CGI.pm
@@ -52,7 +52,7 @@ sub redirect ($$) {
}
sub decode_cgi_utf8 ($) {
- # decode_form_utf8 method is needed for 5.10
+ # decode_form_utf8 method is needed for 5.01
if ($] < 5.01) {
my $cgi = shift;
foreach my $f ($cgi->param) {