Data::Faker::Name(3) Data::Faker plugin

SYNOPSIS AND USAGE

See Data::Faker

DATA PROVIDERS

name
Return a fake person's name (first and last possibly with suffixes such as Jr or PhD).
name_suffix
Return a random name suffix (Jr., Sr., I, II, III, MD, PhD, etc.)
name_prefix
Return a random name prefix (Mr., Mrs., Dr., etc.)
last_name
Return a fake persons last name (mostly english names.)
first_name
Return a fake persons first name (mostly english names).

AUTHOR

Jason Kohles, <[email protected]>

COPYRIGHT AND LICENSE

Copyright 2004-2005 by Jason Kohles

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