Skip Menu |

This queue is for tickets about the Data-Faker CPAN distribution.

Report information
The Basics
Id: 20524
Status: new
Priority: 0/
Queue: Data-Faker

People
Owner: Nobody in particular
Requestors: clscott [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.07
Fixed in: (no value)



Works as advertised but would like something a little different. From the docs: print "Name: ".$faker->name."\n"; print "Company: ".$faker->company."\n"; print "Address: ".$faker->street_address."\n"; print " ".$faker->city.", ".$faker->state." ".$faker->zip."\n"; This works great, however once I do: printf "Email: %s\n", $faker->email; It all goes to hell. The username and domain parts don't look plausible for the name and company already generated. How might I go about fixing this?