Skip Menu |

This queue is for tickets about the load CPAN distribution.

Report information
The Basics
Id: 61421
Status: resolved
Priority: 0/
Queue: load

People
Owner: ELIZABETH [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.19
Fixed in: (no value)



Subject: Broken with bleedperl
Looking at http://matrix.cpantesters.org/?dist=load+0.19 it seems that load.pm is broken for bleedperl. I did not look further into this issue, though. Regards, Slaven
On Fri Sep 17 06:41:18 2010, SREZIC wrote: Show quoted text
> Looking at http://matrix.cpantesters.org/?dist=load+0.19 it seems 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
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.
Caused by different behaviour of localized $@. Version 0.20 with fix now on its way to CPAN.