Git.xs: older perl do not know const char *
commitd78f099d8956947576cd5ccc1c5c13f94075b476
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 2 Jul 2006 09:53:03 +0000 (2 11:53 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:44 +0000 (2 17:14 -0700)
tree813d3cca04b6d20ff164ea61f256cd3bd37305ce
parente2a38710941775761298d0bd7e6be2e7039fcd3d
Git.xs: older perl do not know const char *

Both of these casts _should_ be safe, since you do not want to muck around
with the version or the path anyway.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.xs