Data::faker plugin
See Data::Faker
Return a random zip or zip+4 zip code in the \s-1US\s0 zip code format. Note that this is not necessarily a valid zip code, just a 5 or 9 digit number in the correct format.
Return a random \s-1US\s0 state name.
Return a random \s-1US\s0 state abbreviation. (Includes \s-1US\s0 Territories and \s-1AE\s0, \s-1AA\s0, \s-1AP\s0 military designations.) From the \s-1USPS\s0 list at http://www.usps.com/ncsc/lookups/usps_abbreviations.html
Return a random street suffix (Drive, Street, Road, etc.) From the \s-1USPS\s0 list at http://www.usps.com/ncsc/lookups/usps_abbreviations.html
Return a fake street name.
Return a fake street address.
Return a random secondary unit designator, with a range if needed (secondary unit designators are things like apartment number, building number, suite, penthouse, etc that differentiate different units with a common address.)
Return a random secondary unit number, for the secondary unit designators that take ranges.
Return a random city, taken from a list of larger cities in several U.S. states.
Data::Faker
Jason Kohles, <[email protected]>
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.