Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IPC-System-Simple CPAN distribution.

Report information
The Basics
Id: 49737
Status: resolved
Priority: 0/
Queue: IPC-System-Simple

People
Owner: PJF [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Subroutine IPC::System::Simple::WIFEXITED redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 109.
D:\>perl -Mautodie=system -e 1 Subroutine IPC::System::Simple::WIFEXITED redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 109. Subroutine IPC::System::Simple::WEXITSTATUS redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 110. Subroutine IPC::System::Simple::WIFSIGNALED redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 111. Subroutine IPC::System::Simple::WTERMSIG redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 112. D:\>perl -MDevel::ModList -MIPC::System::Simple -e 1 Subroutine IPC::System::Simple::WIFEXITED redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 109. Subroutine IPC::System::Simple::WEXITSTATUS redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 110. Subroutine IPC::System::Simple::WIFSIGNALED redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 111. Subroutine IPC::System::Simple::WTERMSIG redefined at C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 112. AutoLoader 5.69 Carp 1.11 Carp::Heavy Config Config_git.pl Config_heavy.pl Devel::ModList DynaLoader 1.10 Exporter 5.63 Fcntl 1.06 File::Spec 3.3 File::Spec::Unix 3.3 File::Spec::Win32 3.3 IPC::System::Simple 1.18 List::Util 1.21 POSIX 1.17 Scalar::Util 1.21 Tie::Hash 1.03 Win32 0.39 Win32::Process 0.14 XSLoader 0.10 constant 1.19 re 0.09 vars 1.01 warnings 1.06 warnings::register 1.01 Thanks
On Wed Sep 16 09:09:00 2009, noreply wrote: Show quoted text
> D:\>perl -Mautodie=system -e 1 > Subroutine IPC::System::Simple::WIFEXITED redefined at > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 109. > Subroutine IPC::System::Simple::WEXITSTATUS redefined at > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 110. > Subroutine IPC::System::Simple::WIFSIGNALED redefined at > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 111. > Subroutine IPC::System::Simple::WTERMSIG redefined at > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 112.
Sorry for the very late reply! After a recent laptop change it's been a while since I've been able to get my hands on a Windows box for testing. I can definitely reproduce these warnings. I hope that they're harmless yet annoying, but in any case I'll investigate further. Expect a fix once I get back to a stable office (I'm working from a park right now), and can do some proper testing. Many thanks again for the bug report! Paul
On Sun Oct 18 00:02:28 2009, PJF wrote: Show quoted text
> On Wed Sep 16 09:09:00 2009, noreply wrote:
> > D:\>perl -Mautodie=system -e 1 > > Subroutine IPC::System::Simple::WIFEXITED redefined at > > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 109. > > Subroutine IPC::System::Simple::WEXITSTATUS redefined at > > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 110. > > Subroutine IPC::System::Simple::WIFSIGNALED redefined at > > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 111. > > Subroutine IPC::System::Simple::WTERMSIG redefined at > > C:/perl/site/5.10.1/lib/IPC/System/Simple.pm line 112.
> > Sorry for the very late reply! After a recent laptop change it's been a > while since I've been able to get my hands on a Windows box for testing. > > I can definitely reproduce these warnings. I hope that they're harmless > yet annoying, but in any case I'll investigate further. Expect a fix > once I get back to a stable office (I'm working from a park right now), > and can do some proper testing. > > Many thanks again for the bug report! > > Paul
Hey, maybe you can get virtual access , check it out http://perlmonks.org/?node_id=781614 # No More Excuses For Not Testing Modules On Windows http://use.perl.org/~Alias/journal/39318 #Microsoft Open Source Network CPAN Author Lab is now open Show quoted text
>I've set up a specific #msopensource channel on irc.perl.org to help >authors coordinate their usage of the different machines and for >administration purposes. If you would like a login to the testing lab, >you can either join the channel of (If I'm not there) email me via my >adamk@cpan address.
Cheers
Just a quick note to say that I've released IPC::System::Simple 1.19 which should resolve the issues of redefined warnings on Windows. All the best, Paul