Subject: | In Type::Params please throw exception showing caller |
When doing a $check->(@_); that fails the resultant exception has the information of the method_line number that check is on. Can we make it to show the caller information? Normally with carp I would do something like Carp::CarpLevel++. I don't want to make the whole to Error::Type::Tiny::CarpInternal since I call these functions from w/i the package itself.