Subject: | Acme::CPANAuthors::MBTI breaks Acme::CPANAuthors interfaces |
use Acme::CPANAuthors;
my $author = Acme::CPANAuthors->look_for('ETHER');
gives:
Can't locate object method "authors" via package "Acme::CPANAuthors::MBTI" at /Users/ether/.perlbrew/libs/21.6@std/lib/perl5/Acme/CPANAuthors.pm line 168.
Acme::CPANAuthors::_get_authors_of("MBTI") called at /Users/ether/.perlbrew/libs/21.6@std/lib/perl5/Acme/CPANAuthors.pm line 132
Acme::CPANAuthors::look_for("Acme::CPANAuthors", "ETHER") called at ...
Everything in the Acme::CPANAuthors::* namespace (other than the helper classes in the main distribution itself) must conform to a specific interface.