Skip Menu |

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

Report information
The Basics
Id: 54017
Status: rejected
Priority: 0/
Queue: Geo-Coder-Multiple

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

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



Subject: Geocoders are assumed to already be installed
The Geo::Coder::Multiple module "use"s all then geo coder modules assuming they are already installed. The Makefile.PL should add them to PREREQ_PM to ensure they are installed.
It does not 'use' any Geo::Coder::* modules except for wrappers which it provides. There is no requirement in the code for any of the Geo::Coder::* modules to be installed. On Tue Jan 26 18:28:33 2010, justincase wrote: Show quoted text
> The Geo::Coder::Multiple module "use"s all then geo coder modules > assuming they are already installed. The Makefile.PL should add them to > PREREQ_PM to ensure they are installed.