Acme::CPANAuthors::Dutch - Cheese heads and pot smokers.


Acme-CPANAuthors-Dutch documentation Contained in the Acme-CPANAuthors-Dutch distribution.

Index


Code Index:

NAME

Top

Acme::CPANAuthors::Dutch - Cheese heads and pot smokers.

SYNOPSIS

Top

 use Acme::CPANAuthors;

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

DESCRIPTION

Top

The Netherlands is full of people smoking pot, wearing clogs and living in wind mills. We don't do Perl.

BUGS

Top

None.

TODO

Top

The Netherlands is full. No new people accepted.

SEE ALSO

Top

The rest of the world.

DEVELOPMENT

Top

The current sources of this module are found on github, git://github.com/Abigail/Acme--CPANAuthors--Dutch.git.

AUTHOR

Top

Abigail, mailto:cpan@abigail.be.

COPYRIGHT and LICENSE

Top

INSTALLATION

Top

To install this module, run, after unpacking the tar-ball, the following commands:

   perl Makefile.PL
   make
   make test
   make install


Acme-CPANAuthors-Dutch documentation Contained in the Acme-CPANAuthors-Dutch distribution.

package Acme::CPANAuthors::Dutch;

use 5.006;
use strict;
use warnings;
no  warnings 'syntax';

our $VERSION = '2009102802';

use Acme::CPANAuthors::Register (
    '' => '',
);


1;

__END__