Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Number-Phone CPAN distribution.

Report information
The Basics
Id: 48581
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Number-Phone

People
Owner: dcantrell [...] cpan.org
Requestors: cliff [...] may.be
Cc:
AdminCc:

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



Subject: Number::Phone::new not working as documented
The documentation for new states: Can be called with either one or two parameters. The *first* is an optional country code (see the country() method). The actual sub new is: sub new { my($class, $number) = @_; ... Depending on intention, either the documentation needs fixing or sub new should be: sub new { my $class = shift; my $number = "@_";
Thanks, this will be fixed in the next release
1.7003 on its way to the CPAN
1.7003 on its way to the CPAN