Skip Menu |

This queue is for tickets about the Geo-Coder-PlaceFinder CPAN distribution.

Report information
The Basics
Id: 127603
Status: new
Priority: 0/
Queue: Geo-Coder-PlaceFinder

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

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



Subject: Doens't support the ua message
Other Geo::Coder modules have a ua() method. Please add one for polymorphism with other Geo::Coder classes.
This will do the trick: sub Geo::Coder::PlaceFinder::ua { my $self = shift; if(my $ua = shift) { return $self->{_ua} = $ua; } return $self->{_ua}; }