See https://rt.cpan.org/Ticket/Display.html?id=101596 --
You should probably check for $package->can('authors') before calling that method, so it won't be fatal if there is a package in that namespace that doesn't implement authors().
I also noticed that t/04_lookfor.t fails when Acme::CPANAuthors::MBTI is installed.