evalEmpire / perl5i

A single module to fix as much of Perl 5 as possible in one go
http://search.cpan.org/perldoc?perl5i
Other
156 stars 42 forks source link

Most Windows failures because of IPC::System::Simple #297

Open schwern opened 8 years ago

schwern commented 8 years ago

I've traced most of the Windows failures to a bug in IPC::System::Simple (used by use autodie ":system") described in this PR. https://github.com/pjf/ipc-system-simple/pull/13