From: Vincent Pit Date: Sun, 3 Oct 2010 11:51:47 +0000 (+0200) Subject: Test for GAAS instead of LBROCARD X-Git-Tag: v0.04~13 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=e951a98a6645fdb463116e22fd08948abfc35f97 Test for GAAS instead of LBROCARD Acme::CPANAuthors 0.12 and greater no longer depend on Parse::CPAN::{Authors,Packages}. --- diff --git a/t/10-base.t b/t/10-base.t index 39eff23..06c7a3f 100644 --- a/t/10-base.t +++ b/t/10-base.t @@ -31,4 +31,4 @@ cmp_ok $count, '>', 0, 'there are some authors'; 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';