NAME

Mock::Person::US

VERSION

version 1.1.0

DESCRIPTION

Data for this module was found on these pages:

Last names

http://names.mongabay.com/most_common_surnames.htm

First names

http://names.mongabay.com/female_names.htm and http://names.mongabay.com/male_names.htm

NAME

Mock::Person::US - Support module to generate American names

FUNCTIONS

name

Receives scalar with sex of the person ('male' or 'female') and returns scalar with generated name.

first_male

Returns random first name of male person.

first_female

Returns random first name of female person.

last_name

Returns random last name of male or female person.

AUTHOR

Ivan Bessarabov <ivan@bessarabov.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ivan Bessarabov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.