git-remote-mediawiki: un-brace file handles in binmode calls
commit0e7c41c0cd14b0d748ce624e49800b63f9b27991
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 3 Jul 2013 09:14:19 +0000 (3 11:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jul 2013 19:10:13 +0000 (3 12:10 -0700)
tree9e4403959db568790d1b24b012a25049b203771b
parent8c4e4ec3ff053331c845331645a437b01b1f0de6
git-remote-mediawiki: un-brace file handles in binmode calls

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 <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/mw-to-git/git-remote-mediawiki.perl