Skip Menu |

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

Report information
The Basics
Id: 82172
Status: resolved
Priority: 0/
Queue: Data-Faker

People
Owner: WSHELDAHL [...] cpan.org
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: (no value)



Subject: Pod errors
Hi, perldoc reports the following error : --- a/lib/Data/Faker/Company.pm +++ b/lib/Data/Faker/Company.pm @@ -37,8 +37,6 @@ 'Inc', 'and Sons', 'LLC', 'Group' ]); -=back - =item job_title Return a job title --- a/lib/Data/Faker/StreetAddress.pm +++ b/lib/Data/Faker/StreetAddress.pm @@ -179,12 +179,12 @@ ], ); -=back - =item city Return a random city, taken from a list of larger cities in several U.S. states. +=back + =cut __PACKAGE__->register_plugin(
Fixed the pod errors, and added a test to check for pod errors in the future. Thanks for reporting this, and hope you find Data::Faker helpful.