Marcus Griep wrote: > diff --git a/perl/Git.pm b/perl/Git.pm > > +require File::Spec; This makes Git.pm dependent on Perl 5.6.1. Some tests (like t3701-add-interactive.sh) seem to work with pretty much any Perl version out there, and requiring File::Spec changes this. Hence to avoid complaints about failing tests, I suggest that you add a check for File::Spec availability at the beginning of any test that (indirectly) uses Git.pm. (All my statements are untested... ;-)) -- Lea -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html