Skip Menu |

This queue is for tickets about the Geo-Parser-Text CPAN distribution.

Report information
The Basics
Id: 123460
Status: resolved
Priority: 0/
Queue: Geo-Parser-Text

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

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: 0.051



Subject: "new" documentation inconsistency
The code example indicates that you give a full URL: my $g = Geo::Parser::Text->new('http://geocode.xyz'); However the documentation for new() says you don't: my $geo = new ( host => 'geocode.xyz'); So, which is it? Or will both work?
https://geocode.xyz is default. The full url (with http or https) must be provided. Fixed documentaiton.