0.0407 - September 23, 2013
- Catch subclasses of Ouch as well Thanks to Graham Knop.
0.0406 - September 13, 2013
- Ouch doesn't need 5.12 afterall. Just needed to include the correct prereqs for the pragmas. Thanks to MidLifeXis and Ether.
0.0405 - August 19, 2013
- worr submitted a patch fixing some a POD error
0.0404 - August 19, 2013
- Made Ouch explicitly require Perl 5.12 due to use of "use overload" and "use parent".
0.0403 - July 11, 2013
- Fixed documentation misspellings. @richdouglasevans
0.0402 - June 18, 2013
- Fixed missing documentation for "barf".
- Depricated :traditional in favor of Try::Tiny.
- Documented rethrowing Ouches.
- Added more docs for the :trytiny aliases
0.0401 - April 30, 2011
- beppu pointed out there was no $VERSION. Told Dist::Zilla to add that.
0.0400 - April 30, 2011
- Merged barf() from William Orr.
- Added an export called ":trytiny" which exports throw(), caught(), and caught_all().
0.0300 - April 14, 2011
- Added hug() as a catch all.
By popular demand: http://blogs.perl.org/users/jt_smith/2011/04/ouch---exceptions-that-dont-hurt.html#comments
- Codes can now be strings.
- Added an export called 'traditional' which gives you more traditional names like try(), catch(), throw(), and catch_all().
0.0200 - April 14, 2011
- Added 'bleep'.
0.0100 - April 13, 2011
- Initial public release.