Subject: | broken with namespace::clean 0.18 |
I was getting mysterious failures like so:
Undefined subroutine &DBIx::Class::Exception::catch
namespace::clean 0.18 turned out to be the culprit. It was being
overzealous and removing the exports of Try::Tiny and Sub::Name.
Upgrading to namespace::clean 0.20 fixed the problem.
This is with perl 5.12.2.