Skip Menu |

This queue is for tickets about the Parse-PhoneNumber CPAN distribution.

Report information
The Basics
Id: 15417
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Parse-PhoneNumber

People
Owner: TWILDE [...] cpan.org
Requestors: shlomif [...] iglu.org.il
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.5
Fixed in: (no value)



Subject: The Synopsis is Buggy
The synopsis is buggy and says "Parse::PhoneNumbers" instead of "Parse::PhoneNumber". The attached patch fixes it.
--- lib/Parse/PhoneNumber.pm.orig 2005-10-31 11:50:34.295229500 +0200 +++ lib/Parse/PhoneNumber.pm 2005-10-31 11:50:51.752320500 +0200 @@ -48,7 +48,7 @@ =head1 SYNOPSIS use Parse::PhoneNumber; - my $number = Parse::PhoneNumbers->parse( number => $phone ); + my $number = Parse::PhoneNumber->parse( number => $phone ); print $number->human;
Thanks. Patch applied, hitting CPAN as Parse::PhoneNumber 1.6 shortly.