author | Petr Baudis <pasky@suse.cz> | |
Sat, 1 Jul 2006 23:48:32 +0000 (01:48 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:14:44 +0000 (17:14 -0700) | ||
commit | e2a38710941775761298d0bd7e6be2e7039fcd3d | |
tree | 546ba18ae953358f5f11ec83a624ad5dc397bbf1 | tree | snapshot |
parent | e6634ac9841f8df3ce1c0c461c677faf2d59af3e | commit | diff |
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>
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 | diff | blob | history | |
perl/Makefile.PL | diff | blob | history |