Force Activestate Perl to tie git command pipe handle to a handle class
commitbed118d6bb6dee92180469466dfa265265678dd4
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 22 Jan 2007 16:16:05 +0000 (22 17:16 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 17:44:26 +0000 (22 09:44 -0800)
tree56dde72293ed343d4dc4728cd71b1bbfb521aa93
parentd3b1785f3fe681f6837a6110008af98003f675d3
Force Activestate Perl to tie git command pipe handle to a handle class

Otherwise it tries to tie it to a scalar and complains about missing
method. Dunno why, may be ActiveState brokenness again.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm