Perl IPC::Cmd

2008-05-05 Thread Ronald Fischer
I'm using
  perl 5.8.7 for Solaris
  perl 5.8.8 for Cygwin
  perl 5.8.10 for Windows (native)
To my surprise, the Cygwin version of Perl does not include the standard module
IPC::Cmd, though the other two (in particular, the earlier 5.8.7 Perl) do. Is
there a particular reason, why IPC::Cmd is left out from the Cygwin 
distribution?

Ronald



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Perl IPC::Cmd

2008-05-05 Thread Sisyphus


- Original Message - 
From: Ronald Fischer [EMAIL PROTECTED]

To: cygwin@cygwin.com
Sent: Monday, May 05, 2008 8:00 PM
Subject: Perl IPC::Cmd



I'm using
 perl 5.8.7 for Solaris
 perl 5.8.8 for Cygwin
 perl 5.8.10 for Windows (native)


perl 5.8.10 ??

To my surprise, the Cygwin version of Perl does not include the standard 
module
IPC::Cmd, though the other two (in particular, the earlier 5.8.7 Perl) do. 
Is
there a particular reason, why IPC::Cmd is left out from the Cygwin 
distribution?




I don't know. Mind you, they don't need a reason to not include a non-core 
module - the fact that it's not a core module is, of itself, sufficient 
reason.


With perl 5.10.0, IPC::Cmd became a core module, so *every* build of perl 
5.10.0 ought to include that module.


Cheers,
Rob 



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Perl IPC::Cmd

2008-05-05 Thread Ronald Fischer
Sisyphus sisyphus1 at optusnet.com.au writes:
  I'm using
   perl 5.8.7 for Solaris
   perl 5.8.8 for Cygwin
   perl 5.8.10 for Windows (native)
 
 perl 5.8.10 ??

Sorry, I meant 5.10.0

 Mind you, they don't need a reason to not include a non-core 
 module - the fact that it's not a core module is, of itself, sufficient 
 reason.

I see. I was not aware that this is not a core module. 

 With perl 5.10.0, IPC::Cmd became a core module, so *every* build of perl 
 5.10.0 ought to include that module.

Thanks a lot.

Ronald





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Perl IPC::Cmd

2008-05-05 Thread Reini Urban

Ronald Fischer schrieb:

Sisyphus sisyphus1 at optusnet.com.au writes:

I'm using
 perl 5.8.7 for Solaris
 perl 5.8.8 for Cygwin
 perl 5.8.10 for Windows (native)

perl 5.8.10 ??


Sorry, I meant 5.10.0

Mind you, they don't need a reason to not include a non-core 
module - the fact that it's not a core module is, of itself, sufficient 
reason.


I see. I was not aware that this is not a core module. 

With perl 5.10.0, IPC::Cmd became a core module, so *every* build of perl 
5.10.0 ought to include that module.


perl-5.10.0-3 and all subsequent perl 5.10 releases indeed contain 
IPC::Cmd. Click on [Exp] and install the test release.


Release perl-5.10.0-4 is currently in testing and will be uploaded this 
week. (adds Win32CORE.a)


For the current stable perl-5.8.8-4 you have to do
  cpan IPC::Cmd


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/