Acme-CPANAuthors-Dutch
view release on metacpan or search on metacpan
--- #YAML:1.0
name: Acme-CPANAuthors-Dutch
version: 2009102802
abstract: Cheese heads and pot smokers.
author:
- Abigail <cpan@abigail.be>
license: mit
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
Acme::CPANAuthors: 0
ExtUtils::MakeMaker: 0
strict: 0
Test::More: 0
lib/Acme/CPANAuthors/Dutch.pm view on Meta::CPAN
__END__
=head1 NAME
Acme::CPANAuthors::Dutch - Cheese heads and pot smokers.
=head1 SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors -> new ('Dutch');
=head1 DESCRIPTION
The Netherlands is full of people smoking pot, wearing clogs and
living in wind mills. We don't do Perl.
=head1 BUGS
None.
t/000_basic.t view on Meta::CPAN
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.990 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )