Re: [PATCH] git-remote-mediawiki: un-brace file handles in binmode calls

2013-07-03 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] git-remote-mediawiki: un-brace file handles in binmode calls

2013-07-03 Thread Matthieu Moy
Commit e83d36b66fc turned "print STDOUT" into "print {*STDOUT}", as suggested by perlcritic. Unfortunately, it also changed two "binmode STDOUT" calls the same way, which does not work and yield a "Not a GLOB reference" error. Signed-off-by: Matthieu Moy --- contrib/mw-to-git/git-remote-mediawik