]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
Test for GAAS instead of LBROCARD
authorVincent Pit <vince@profvince.com>
Sun, 3 Oct 2010 11:51:47 +0000 (13:51 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 3 Oct 2010 11:52:03 +0000 (13:52 +0200)
Acme::CPANAuthors 0.12 and greater no longer depend on
Parse::CPAN::{Authors,Packages}.

t/10-base.t

index 39eff2314932c2248bd05af4c1b8f8906abfebee..06c7a3f7c6b6ad035a49f97ac16e8190626b49e6 100644 (file)
@@ -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';