NAME

Data::RandomPerson - Create random person data.

SYNOPSIS

use Data::RandomPerson;

my $r = Data::RandomPerson->new();

my $p = $r->create();

DESCRIPTION

Overview

Returns an object that can be used to create random people and return the data in a hash. The data is a hash reference with the following keys:

Constructors and initialization

Class and object methods

DIAGNOSTICS

SEE ALSO

AUTHOR

Peter Hickman (peterhi@ntlworld.com)

COPYRIGHT

Copyright (c) 2005, Peter Hickman.

Copyright (c) 2014, Michiel Beijen.

This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.