author | Alex Riesen <raa.lkml@gmail.com> | |
Wed, 22 Aug 2007 16:13:07 +0000 (18:13 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 22 Aug 2007 22:28:58 +0000 (15:28 -0700) | ||
commit | 2f5b3980617bd618ebb4314cadaff4e71ce2a390 | |
tree | f6832f0542b21f6602ec35dd75dcd4190bdcaf09 | tree | snapshot |
parent | 687157c736d7a1aac152866cbe20030aaa25513f | commit | diff |
Fix git-remote for ActiveState Perl
For reason unknown a package in ActiveState Perl 5.8.7 must implement
READLINE method differently for scalar and array context. The code
tested to work for more sane and recent version of perl (5.8.8 shipped
with Ubuntu), so maybe it was always a requirement.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
For reason unknown a package in ActiveState Perl 5.8.7 must implement
READLINE method differently for scalar and array context. The code
tested to work for more sane and recent version of perl (5.8.8 shipped
with Ubuntu), so maybe it was always a requirement.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm | diff | blob | history |