Skip Menu |

This queue is for tickets about the Test-Most CPAN distribution.

Report information
The Basics
Id: 96241
Status: resolved
Priority: 0/
Queue: Test-Most

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

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



Subject: Dependencies not listed in META.json
prereqs are listed in Makefile.PL but not META.json -- this breaks installation for the cpanm shipped with stable Ubuntu, e.g. '"cpanminus" 1.5007-1 source package in The Precise Pangolin'

Looks like this accident slipped in when you migrated from Module::Build to EUMM .

 

https://metacpan.org/diff/file?target=OVID/Test-Most-0.33/&source=OVID/Test-Most-0.31/#META.json

META.json looked OK back then, but it no-longer does.

 

I believe this requires simply re-running Makefile.PL to generate a more proper META.json. Though you may need to adjust Makefile.PL a bit if you want META.json to resemble it as it was.

On Thu Jun 05 04:44:03 2014, KENTNL wrote: Show quoted text
> Looks like this accident slipped in when you migrated from > Module::Build to > EUMM . > > https://metacpan.org/diff/file?target=OVID/Test-Most- > 0.33/&source=OVID/Test-Most-0.31/#META.json > > META.json looked OK back then, but it no-longer does. > > I believe this requires simply re-running Makefile.PL to generate a > more proper > META.json. Though you may need to adjust Makefile.PL a bit if you want > META.json to resemble it as it was.
This has been resolved in the 0.34 release I've just made. Cheers, Ovid