Re: Hunspell: requiring an external library as dependency

2010-09-07 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Quoting from : | Instead, use the use-devel-checklib script. I have nothing to add. signature.asc Description: This is a digitally signed message part.

Re: Hunspell: requiring an external library as dependency

2010-09-07 Thread Cosimo Streppone
On Tue, 07 Sep 2010 10:42:41 +0200, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: How do I specify the dependency in Makefile.PL? This was under discussion at, IIRC, cpan-workers, but nothing came out of it. Do I need to write a custom check, compile a test C program or something like that? http://p3rl.org

Re: Hunspell: requiring an external library as dependency

2010-09-07 Thread Michael Peters
On 09/07/2010 03:23 AM, Cosimo Streppone wrote: How do I specify the dependency in Makefile.PL? Have a look at Devel::CheckLib. It makes it pretty easy to add a few lines to your Makefile.PL to do this check. -- Michael Peters Plus Three, LP

Re: Hunspell: requiring an external library as dependency

2010-09-07 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> How do I specify the dependency in Makefile.PL? This was under discussion at, IIRC, cpan-workers, but nothing came out of it. > Do I need to write a custom check, compile > a test C program or something like that? http://p3rl.org/Devel::CheckLib http://p3rl.org/Module::Install::CheckLib signat

Hunspell: requiring an external library as dependency

2010-09-07 Thread Cosimo Streppone
Please have a look at this CPAN testers report, http://www.cpantesters.org/cpan/report/5cc1df5a-ba02-11df-8a5e-b571ca15ebd2 it's for Text::Hunspell 2.00. I think the tests are failing because the system doesn't have (lib)hunspell installed. How do I specify the dependency in Makefile.PL? Do