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: 40533
Status: open
Priority: 0/
Queue: IPC-System-Simple

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

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



On Win32 systems, unsetting $ENV{PATH} can result in bizzare results: %ENV = (); capture($command, @args); Use of uninitialized value in split at C:/Perl/site/lib/IPC/System/Simple.pm line 417. "mkdir" failed to start: "The system could not find the environment option that was entered" at C:\example.pl line 93 Both errors are from the _spawn_or_die subroutine. The $^E appears to be completely bogus in this case. Many thanks to Leif Eriksen for reporting this bug.