On Sat Nov 14 05:45:06 2015, RIBASUSHI wrote:
Show quoted text> On Sat Nov 14 09:14:47 2015, haarg wrote:
> > This module localizes the __DIE__ hook, but doesn't seem to have a
> > good reason to do so.
> >
> > If the module was testing the errors produced, it might be justified.
> > But since it isn't doing that at all, all it seems to do is defeat
> > useful things that might be done in a __DIE__.
>
>
> This is an (unaudited) copy of earlier code from here:
>
https://metacpan.org/source/ZEFRAM/Lexical-SealRequireHints-
> 0.004/lib/Lexical/SealRequireHints.pm#L76
>
> Given the new version does not use it, I will review it some time
> before Monday and get you a new version for review.
>
> Note - this module was hastily packaged, misses documentation etc, so
> very much WIP that never got finished. I will clean it up if you are
> interested in deping on it for something...
Lexical::SealRequireHints should also not be touching __DIE__.
I don't have any particular need for a new version of this module. This issue was something I noticed when investigating require overrides.