Acme-CPANAuthors-German

 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::German;
use Acme::CPANAuthors::Austrian;

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

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

my $oesies = Acme::CPANAuthors->new('Austrian');
ok($oesies->count < $authors->count, 'motivate the austrian guy to break us');

done_testing;



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