We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following program works fine on Linux, but fails on Win64 / Windows 7 x86-64 / Strawberry Perl 5.18.2:
use strict; use warnings; use IPC::System::Simple qw( capturex ); my $s = capturex( $^X, "-e", 'use Data::Dumper; print Dumper([@ARGV]);', '--', '-p', '', ); print $s, "\n";
I am getting test failures for https://metacpan.org/release/App-Du-Analyze on Windows due to that. Please look into fixing it.
Regards,
-- Shlomi Fish
The text was updated successfully, but these errors were encountered:
Can you try the following branch in the github repository and see if it reduces the number of test failures? https://github.com/pjf/ipc-system-simple/tree/theory-win32quote
Thank you very much. Jim Keenan
Sorry, something went wrong.
I believe that this issue may be resolved in IPC-System-Simple version 1.30, just released to CPAN. Can you confirm?
No branches or pull requests
The following program works fine on Linux, but fails on Win64 / Windows 7 x86-64 / Strawberry Perl 5.18.2:
I am getting test failures for https://metacpan.org/release/App-Du-Analyze on Windows due to that. Please look into fixing it.
Regards,
-- Shlomi Fish
The text was updated successfully, but these errors were encountered: