Re: [distzilla] Environment constraint for distribution?

2016-10-14 Thread tlhackque via Dist::Zilla
Thanks again. MakeMaker::Awesome is the right tool. I released a version with the changes, which seems to do what I expect. At least, no bogus FAILs after several days and a couple of hundred test reports. To close this out: I did catch the requirement for [|Prereqs / ConfigureRequires] for

Re: [distzilla] Environment constraint for distribution?

2016-10-11 Thread tlhackque via Dist::Zilla
On 11-Oct-16 14:09, Karen Etheridge wrote: > If I'm understanding correctly, you need to declare a prereq on an > external library -- check out [CheckLib] for that, which inserts code > into your Makefile.PL that calls Devel::CheckLib. > > For OS-specific prereqs, you can use [OSPrereqs]; if you