gitweb: use start_form, not startform that was removed in CGI.pm 4.04
commit4750f4b962b4f09b03fcdde86684cf60c6f6e46a
authorRoland Mas <lolando@debian.org>
Thu, 16 Oct 2014 06:54:47 +0000 (16 08:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2014 20:12:34 +0000 (16 13:12 -0700)
tree1177e5b037e5dffb04fa250c6d865b54cf1866d2
parent76f8611a5fb7e81c1bada0fb190d573a66fc03f6
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>
gitweb/gitweb.perl