[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] Try::Tiny declared Uncool



On Oct 22, 2014, at 3:28 PM, Sterling Hanenkamp <sterling@hanenkamp.com> wrote:
> On Tue, Oct 21, 2014 at 5:41 PM, Jay Hannah <jay@jays.net> wrote:
>> Apparently Catalyst6 is threatening to move to that pattern.
> Why? What's the proposed reason for the change?

One less dependency, simpler to not use Try::Tiny when apparently

   eval { ... ; 1 } || do { ... };

covers all the cases that prompted the adoption of Try::Tiny into Catalyst.

j