The consensus of the Perl community seems to be that Try::Tiny is the preferred way to handle exceptions.
Perl 5.14 (which is the version I use) seems to solve the issues with eval that Try::Tiny addresses. Will Try::Tiny still provide any benefits for me?