commit | e6634ac9841f8df3ce1c0c461c677faf2d59af3e | [log] [tgz] |
---|---|---|
author | Petr Baudis <pasky@suse.cz> | Sun Jul 02 01:38:56 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jul 02 17:14:44 2006 -0700 |
tree | 21037803f265201bc6e64b49a05e2821847fea88 | |
parent | b9795608c4d82ba119d78980b479d78bdfe753b6 [diff] |
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>