Andy Dougherty wrote:
> The require does fail, but with a warning that isn't trapped.
> 
> THIS patch comes much closer to addressing the cause.
> 
> --- perl-current/ext/POSIX/Makefile.PL        2002-03-19 17:14:33.000000000 
> -0500
> +++ perl-andy/ext/POSIX/Makefile.PL   2004-12-16 09:40:34.000000000 -0500

Thanks, applied as #23659.

> @@ -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';}
> +#

Reply via email to