On Wed, May 24, 2006 at 10:03:44PM +0930, Geoff Russell wrote: > ":errno_h" is not exported by the POSIX module > Can't continue after import errors at > /usr/lib/perl5/5.8.0/i386-linux-thread-multi/POSIX.pm line 19 > BEGIN failed--compilation aborted at ./git-cvsimport line 26. Hmm. It looks like something is nonstandard in your setup. I just compiled 5.8.0 from source and the :errno_h tag works fine. What is your platform? Can you try the following and let me know which work: $ perl -e 'use POSIX qw(:errno_h)' $ perl -e 'use POSIX qw(errno_h)' $ perl -e 'use Errno' -Peff - : 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