Skip Menu |

This queue is for tickets about the WebService-GoogleMaps CPAN distribution.

Report information
The Basics
Id: 11510
Status: resolved
Worked: 15 min
Priority: 0/
Queue: WebService-GoogleMaps

People
Owner: klohner [...] cpan.org
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

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



Subject: Makefile.PL does not list all prereqs
Makefile.PL only notes Test::More, but you have the following in the source: use GD; use LWP::UserAgent; use HTTP::Request; use POSIX qw/floor ceil/; You should specify these modules in your Makefile.PL. They are not all core modules (such as GD), and it helps automated tools recognize requirements.
I've modified the PREREQ_PM section in Makefile.PL to include these modules in version 0.03.