-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
IPC::System::Simple adds commas to command line breaking everything #10
Comments
See also #11 |
Argh, sorry for the noise but it still does not seem to be right. The backslash quoting is odd/wrong. |
I think this time it is right. |
Just for reference, these are the rules I have followed to construct this fix: http://msdn.microsoft.com/en-us/library/17w5ykft(v=vs.120).aspx |
You are awesome, thank you! It's pretty late in Australia, but I'll see if I can drum up some testers and we'll get this into the next release. Thank you again! :) ~ Paul |
Ping. |
I am using
autodie
which usesIPC::System::Simple
.IPC::System::Simple
appears to be completely broken on Windows. It adds,
(comma) after each command line argument. This is because it does this:The string interpolation seems to do that.
My version is 1.25, using ActivePerl.
The text was updated successfully, but these errors were encountered: