Skip Menu |

This queue is for tickets about the WWW-Google-Places CPAN distribution.

Report information
The Basics
Id: 96541
Status: resolved
Priority: 0/
Queue: WWW-Google-Places

People
Owner: MANWAR [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: prereqs are improperly declared
META.yml has all the prereqs listed as 'build' -- when things like Moose are actually runtime prereqs.
On 2014-06-18 14:35:02, ETHER wrote: Show quoted text
> META.yml has all the prereqs listed as 'build' -- when things like > Moose are actually runtime prereqs.
There is documentation in CPAN::Meta::Spec about the correct structure of a META file; and there are many build tools that will do this for you, e.g ExtUtils::MakeMaker itself will generate a META file given a PREREQ_PM argument to WriteMakefile().
RT-Send-CC: ether [...] cpan.org
On Wed Jun 18 22:35:02 2014, ETHER wrote: Hi Karen, Thanks for reporting the issue. I am working on it and will be uploading the patch very soon. Show quoted text
> META.yml has all the prereqs listed as 'build' -- when things like > Moose are actually runtime prereqs.
Best Regards, Mohammad S Anwar
Hi Ether, I have uploaded WWW::Google::Places v0.5 having patched the Build.PL and Makefile.PL, to correctly show the pre-requisite. Also downgraded the dependency from Mooose to Moo. Also it is now part of my public repository on GitHub. https://github.com/Manwar/WWW-Google-Places Many Thanks. Best Regards, Mohammad S Anwar
Looks good - thanks!
Closing as the requester is happy with fix.