namedropping for autodie
Yuval Kogman [Wed, 2 Sep 2009 16:23:07 +0000 (00:23 +0800)]
lib/Try/Tiny.pm

index f7047b5..d6d38f0 100644 (file)
@@ -297,6 +297,11 @@ destructors. It's only guaranteeed that the C<catch> will be called.
 Much more feature complete, more convenient semantics, but at the cost of
 implementation complexity.
 
+=item L<autodie>
+
+Automatic error throwing for builtin functions and more. Also designed to
+work well with C<given>/C<when>.
+
 =item L<Throwable>
 
 A lightweight role for rolling your own exception classes.