X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTry%2FTiny.pm;h=7c99a6b3142fdb5f5f47a12fe8af76b1701afbf3;hb=f8227e43e6e49580096870d71a6f84690e0940c0;hp=e3ec37fc54771bfe2dacda60f56890fe1297ef43;hpb=a717a876765d848e55e48a1c6b3c7dd95999c458;p=p5sagit%2FTry-Tiny.git diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index e3ec37f..7c99a6b 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -291,6 +291,10 @@ destructors. It is guaranteed that C will be called, though. Much more feature complete, more convenient semantics, but at the cost of implementation complexity. +=item L + +A lightweight role for rolling your own exception classes. + =item L Exception object implementation with a C statement. Does not localize