Acme::CPANAuthors 0.12 and greater no longer depend on
Parse::CPAN::{Authors,Packages}.
is $authors->name('???'), undef, 'wrong name';
is $authors->name('VPIT'), 'Vincent Pit', 'we should at least have this module';
isnt $authors->name('ISHIGAKI'), undef, 'we should at least have Acme::CPANAuthors\' author';
-isnt $authors->name('LBROCARD'), undef, 'we should at least have Parse::CPAN::* author';
+isnt $authors->name('GAAS'), undef, 'we should at least have LWP\'s author';