
Try::Tiny::WarnCaught - Try::Tiny extension to warn exceptions

use Try::Tiny; use Try::Tiny::WarnCaught;

This module extends the very useful Try::Tiny's catch functionality to automatically issue a warning containing the caught exception.


Joel Bernstein C< rataxis@cpan.org >.

Copyright (c) 2011 Joel Bernstein. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.