Acme-CPANAuthors-Dutch
view release on metacpan or search on metacpan
t/000_basic.t view on Meta::CPAN
use warnings;
no warnings 'syntax';
use Test::More tests => 4;
use Acme::CPANAuthors;
BEGIN {
use_ok ('Acme::CPANAuthors::Dutch');
}
ok defined $Acme::CPANAuthors::Dutch::VERSION, "VERSION is set";
my $authors = Acme::CPANAuthors -> new ('Dutch');
ok $authors;
is $authors -> count, 1, "Nobody home!";
( run in 0.457 second using v1.01-cache-2.11-cpan-49f99fa48dc )