The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

Try::Tiny

AUTHOR

 Joel Bernstein C< rataxis@cpan.org >.

COPYRIGHT

 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.