Git.pm: Remove PerlIO usage from Git.xs
commite6634ac9841f8df3ce1c0c461c677faf2d59af3e
authorPetr Baudis <pasky@suse.cz>
Sat, 1 Jul 2006 23:38:56 +0000 (2 01:38 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:44 +0000 (2 17:14 -0700)
tree21037803f265201bc6e64b49a05e2821847fea88
parentb9795608c4d82ba119d78980b479d78bdfe753b6
Git.pm: Remove PerlIO usage from Git.xs

PerlIO_*() is not portable before 5.7.3, according to ppport.h, and it's
more clear what is going on when we do it in the Perl part of the Git module
anyway.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm
perl/Git.xs