kenahoo / Path-Class

Cross-platform path specification manipulation
http://search.cpan.org/dist/Path-Class/
15 stars 28 forks source link

Include META.json in releases #53

Open neilb opened 6 years ago

neilb commented 6 years ago

Hi Ken,

This just adds [MetaJSON] to dist.ini, so that releases will include a META.json file. The JSON file gives more fidelity to dependency metadata, compared with the YAML file.

Cheers, Neil

kenahoo commented 6 years ago

Thanks @neilb . Why were the changes to cpanfile necessary? Is that just an artifact of us having different versions of toolchain modules installed?

mrdvt92 commented 6 years ago

This breaks supported RPM RedHat 6 OS. Please do not Merge unless you REALLY do not want to support EL6 anymore.

EL6 latest supported version is perl-Module-Build-0.3500-144.el6.x86_64

kenahoo commented 6 years ago

@mrdvt92 I'm not sure what you mean - the changes in cpanfile (though I'm still not sure why they're necessary) only relax version requirements, so anything that was supported before should still be fine.