The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::RandomPerson::Names::DutchLast - A list of last names

SYNOPSIS

  use Data::RandomPerson::Names::DutchLast;

  my $n = Data::RandomPerson::Names::DutchLast->new();

  print $n->get();

DESCRIPTION

Overview

Returns Dutch last names from the list curated by Gerrit Bloothoooft and made available under the 'Creative Commons "Naamsvermelding-Gelijk delen 3.0 Nederland" license. I obtained it from http://www.naamkunde.net/?page_id=294

Constructors and initialization

new()

Create the Data::RandomPerson::Names::DutchLast object.

Class and object methods

get()

Returns a random name from the list.

size()

Returns the size of the list

AUTHOR

Michiel Beijen <michiel.beijen@gmail.com>

COPYRIGHT

Copyright (c) 2016, Michiel Beijen. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.