On Fri, Jun 22, 2007 at 11:31:40PM -0700, Junio C Hamano wrote: > Sven Verdoolaege <skimo@xxxxxxxxxx> writes: > > +perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || { > > + test_expect_success 'skipping gitweb tests, perl version is too old' : > > + test_done > > + exit > > +} > > + > > Hmph. Even something silly like: > > perl -MEncode -e 'decode_utf8("", Encode::FB_CLUCK)' > > seem to succeed for me with 5.8.8. > Maybe I'm missing something, but it's supposed to succeed for perl versions that are recent enough. I get bash-3.00$ perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' Too many arguments for Encode::decode_utf8 at -e line 1, at end of line Execution of -e aborted due to compilation errors. bash-3.00$ perl --version This is perl, v5.8.0 built for i686-linux-thread-multi Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. (See also http://article.gmane.org/gmane.comp.version-control.git/50354) skimo - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html