commit | fc746df6476078fa04f821aea00f84bbe13dbf9f | [log] [tgz] |
---|---|---|
author | Sven Verdoolaege <skimo@kotnet.org> | Fri Jun 22 17:49:08 2007 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 24 02:02:28 2007 -0700 |
tree | 42ccf2433bb99db2a4b159f87261a4be1bff55cc | |
parent | ee4fd1adfda5b6ebde93b289227986bf884babab [diff] |
t9500: skip gitweb tests if perl version is too old gitweb calls Encode::decode_utf8 with two arguments, but old versions of perl only allow this function to be called with one argument. Even older versions of perl do not even have an Encode module. Signed-off-by: Sven Verdoolaege <skimo@kotnet.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>