http://www.perlmonks.org?node_id=673072


in reply to Re: RFC: Lexical Fatal.pm for Perl 5.10
in thread RFC: Lexical Fatal.pm for Perl 5.10

why not just make this a patch for Fatal triggered by an option on the use line

This is an excellent idea, and one I really should have considered and mentioned in my original post. I'm very happy with the idea of a patch to Fatal; it keeps everything together, and it certainly simplifies the code.

Downsides of patching Fatal are:

The advantages are that it goes in the core for everyone to enjoy, my ability to reuse code in Fatal becomes much much easier, and the functionality goes in the place where I imagine most people will expect it to be.

I'll open discussions with p5p to see their thoughts. Of course, I still very much appreciate feedback on the original proposal as well.

Many thanks,

  • Comment on Re^2: RFC: Lexical Fatal.pm for Perl 5.10

Replies are listed 'Best First'.
Re^3: RFC: Lexical Fatal.pm for Perl 5.10
by Smylers (Pilgrim) on Mar 10, 2008 at 11:15 UTC
    I'm very happy with the idea of a patch to Fatal;

    That would be great, but failing that I think it'd be best to have a name which immediately suggests “like Fatal but works lexically”, such as Fatal::Lexical.

    Otherwise if we have, say, both Fatal and Lethal, there's nothing indicating which name has which behaviour; it seems arbitrary to anybody who doesn't already know.