-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insulate DBIC::Carp from rogue can() overrides
- Loading branch information
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@kentfredric The final version, if you care to submit it to
Safe::Isa@haarg This may be of interest in super-critical parts of Moo as well (basically when you are going to throw anyway, and the very error generator gets confused). Have not looked whether there are such cases in the codebase, just highlighting you as FYI.