commit | 4750f4b962b4f09b03fcdde86684cf60c6f6e46a | [log] [tgz] |
---|---|---|
author | Roland Mas <lolando@debian.org> | Thu Oct 16 08:54:47 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 16 13:12:34 2014 -0700 |
tree | 1177e5b037e5dffb04fa250c6d865b54cf1866d2 | |
parent | 76f8611a5fb7e81c1bada0fb190d573a66fc03f6 [diff] |
gitweb: use start_form, not startform that was removed in CGI.pm 4.04 CGI.pm 4.04 removed the startform method, which had previously been deprecated in favour of start_form. Changes file for CGI.pm says: 4.04 2014-09-04 [ REMOVED / DEPRECATIONS ] - startform and endform methods removed (previously deprecated, you should be using the start_form and end_form methods) Signed-off-by: Roland Mas <lolando@debian.org> Reviewed-by: Jakub Narębski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>