Git.pm: Avoid ppport.h
commite2a38710941775761298d0bd7e6be2e7039fcd3d
authorPetr Baudis <pasky@suse.cz>
Sat, 1 Jul 2006 23:48:32 +0000 (2 01:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:44 +0000 (2 17:14 -0700)
tree546ba18ae953358f5f11ec83a624ad5dc397bbf1
parente6634ac9841f8df3ce1c0c461c677faf2d59af3e
Git.pm: Avoid ppport.h

This makes us not include ppport.h which seems not to give us anything
real anyway; it is useful for checking for portability warts but since
Devel::PPPort is a portability wart itself, we shouldn't require it
for build. You can check for portability problems by calling make check
in perl/.

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