RT for rt.cpan.org
Skip Menu
|
Bug #127603 for Geo-Coder-PlaceFinder: Doens't support the ua message
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Thu Nov 08 10:27:24 2018
NHORNE [...] cpan.org - Ticket created
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.
Thu Oct 10 09:37:13 2019
NHORNE [...] cpan.org - Correspondence added
This will do the trick: sub Geo::Coder::PlaceFinder::ua { my $self = shift; if(my $ua = shift) { return $self->{_ua} = $ua; } return $self->{_ua}; }