Re: perl: Net::DNS requires Win32::IPHelper

2010-08-24 Thread Corinna Vinschen
On Aug 24 09:18, Reini Urban wrote: > 2010/8/23 Yaakov (Cygwin/X) : > > On Mon, 2010-08-23 at 16:07 +0200, Corinna Vinschen wrote: > >> Here's a question: > >> > >> Why does the Net::DNS module, which provides only a resolver API, depend > >> on a Win32-related package at all?  Cygwin 1.7 provides

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-24 Thread Corinna Vinschen
On Aug 23 12:07, Yaakov S wrote: > On Mon, 2010-08-23 at 16:07 +0200, Corinna Vinschen wrote: > > Here's a question: > > > > Why does the Net::DNS module, which provides only a resolver API, depend > > on a Win32-related package at all? Cygwin 1.7 provides a BSD compatible > > resolver API (res_i

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-24 Thread Reini Urban
2010/8/23 Yaakov (Cygwin/X) : > On Mon, 2010-08-23 at 16:07 +0200, Corinna Vinschen wrote: >> Here's a question: >> >> Why does the Net::DNS module, which provides only a resolver API, depend >> on a Win32-related package at all?  Cygwin 1.7 provides a BSD compatible >> resolver API (res_init, res_

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-23 Thread Yaakov (Cygwin/X)
On Mon, 2010-08-23 at 16:07 +0200, Corinna Vinschen wrote: > Here's a question: > > Why does the Net::DNS module, which provides only a resolver API, depend > on a Win32-related package at all? Cygwin 1.7 provides a BSD compatible > resolver API (res_init, res_query, etc) which should be used, ju

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-23 Thread Corinna Vinschen
On Aug 23 16:34, Reini Urban wrote: > 2010/8/23 Corinna Vinschen PCYM...? > > Why does the Net::DNS module, which provides only a resolver API, depend > > on a Win32-related package at all?  Cygwin 1.7 provides a BSD compatible > > resolver API (res_init, res_query, etc) which should be used, ju

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-23 Thread Reini Urban
2010/8/23 Corinna Vinschen : > On Aug 23 15:36, Reini Urban wrote: >> 2010/8/23 Yaakov (Cygwin/X) : >> > Reini, >> > >> > The Net::DNS module, which you ship with perl, depends on perl-libwin32 >> > (packaged separately) and Win32::IPHelper, the latter of which depends >> > on Win32::API and enum m

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-23 Thread Corinna Vinschen
On Aug 23 15:36, Reini Urban wrote: > 2010/8/23 Yaakov (Cygwin/X) : > > Reini, > > > > The Net::DNS module, which you ship with perl, depends on perl-libwin32 > > (packaged separately) and Win32::IPHelper, the latter of which depends > > on Win32::API and enum modules.  Win32::API needs a custom ty

Re: perl: Net::DNS requires Win32::IPHelper

2010-08-23 Thread Reini Urban
2010/8/23 Yaakov (Cygwin/X) : > Reini, > > The Net::DNS module, which you ship with perl, depends on perl-libwin32 > (packaged separately) and Win32::IPHelper, the latter of which depends > on Win32::API and enum modules.  Win32::API needs a custom typemap file > in order to compile on Cygwin, whic