commit | d3140f5c2a6b42361bca960f627b00264d5c7372 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Jul 02 16:49:12 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jul 02 17:15:31 2006 -0700 |
tree | ed7f74ee60e28fd4050af20995a351b5c098775d | |
parent | 65a4e98a22eab9317a05d1485c7c5a9c5befd589 [diff] |
Perly Git: make sure we do test the freshly built one. We could BEGIN { push @INC, '@@INSTLIBDIR@@'; } but that is not a good idea for normal execution. The would prevent a workaround for a user who is trying to override an old, faulty Git.pm installed on the system path with a newer version installed under $HOME/. Signed-off-by: Junio C Hamano <junkio@cox.net>