author | Sven Verdoolaege <skimo@kotnet.org> | |
Fri, 22 Jun 2007 15:49:08 +0000 (17:49 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Jun 2007 09:02:28 +0000 (02:02 -0700) | ||
commit | fc746df6476078fa04f821aea00f84bbe13dbf9f | |
tree | 42ccf2433bb99db2a4b159f87261a4be1bff55cc | tree | snapshot |
parent | ee4fd1adfda5b6ebde93b289227986bf884babab | commit | 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>
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>
t/t9500-gitweb-standalone-no-errors.sh | diff | blob | history |