On Sun Sep 19 18:25:37 2010, ELIZABETH wrote:
Show quoted text> On Fri Sep 17 06:41:18 2010, SREZIC wrote:
> that
> > load.pm is broken for bleedperl. I did not look further into this
> issue,
> > though.
>
> Looks like a die() that was previously caught by an eval, is no longer
> caught by an eval.
>
> $ perl5.13.4 -Mload -e1
> Could not find file for 'main' at lib/load.pm line 256.
> BEGIN failed--compilation aborted.
>
>
> $ perl5.12.2 -Ilib -Mload -e1
> $
>
> Installing 5.13.5 now, to see whether that makes any change
Same issue in 5.13.5 still, will try more tomorrow.