From: Andy Dougherty Date: Thu, 16 Dec 2004 09:57:44 +0000 (-0500) Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=170888cff5e2ffb7b4b221453ce3ca926e8506b5;p=p5sagit%2Fp5-mst-13.2.git Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH] Message-ID: p4raw-id: //depot/perl@23659 --- diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index ae00b04..9cd24b0 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -1,3 +1,7 @@ +# Explicitly avoid including '.' in @INC; autoloader gets confused since it +# can find POSIX.pm, but can't find autosplit.ix. +BEGIN { @INC = '../../lib';} +# use ExtUtils::MakeMaker; use ExtUtils::Constant 0.11 'WriteConstants'; use Config;