From: Yuval Kogman Date: Wed, 2 Sep 2009 16:23:07 +0000 (+0800) Subject: namedropping for autodie X-Git-Tag: Try-Tiny-0.02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bc603cb977268e199b2b81a762cecd22d90e24b;p=p5sagit%2FTry-Tiny.git namedropping for autodie --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index f7047b5..d6d38f0 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -297,6 +297,11 @@ destructors. It's only guaranteeed that the C will be called. Much more feature complete, more convenient semantics, but at the cost of implementation complexity. +=item L + +Automatic error throwing for builtin functions and more. Also designed to +work well with C/C. + =item L A lightweight role for rolling your own exception classes.