Acme-CPANAuthors-Danish

 view release on metacpan or  search on metacpan

t/basic.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

use Acme::CPANAuthors;
use Acme::CPANAuthors::Danish;

my $authors = Acme::CPANAuthors->new('Danish');

# we can't be too broken if this works. testing for the individual authors
# would be silly.
isa_ok($authors, 'Acme::CPANAuthors');

is($authors->count, 15, 'How many Danish authors are there?');

done_testing;



( run in 1.141 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )