Skip Menu |

This queue is for tickets about the autodie CPAN distribution.

Report information
The Basics
Id: 86059
Status: resolved
Priority: 0/
Queue: autodie

People
Owner: Nobody in particular
Requestors: darkmist [...] gmail.com
Cc:
AdminCc:

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



Subject: ActivePerl-5.16.1.1601-MSWin32-x86-296175 / autodie 2.19
Date: Tue, 11 Jun 2013 17:44:03 +0400
To: bug-autodie [...] rt.cpan.org
From: Andrey Starodubtsev <darkmist [...] gmail.com>
Hello! If I execute on subj perl "-Mautodie=:all" -e"system qw( svn help up )" it fails with Unknown command: 'help,' Type 'svn help' for usage. "svn" unexpectedly returned exit value 1 at (eval 56) line 13. at -e line 1 If I do same thing on my mac ( (v5.12.4) built for darwin-thread-multi-2level from macports / autodie 2.13 ) it works fine. It looks like that the problem is extra comma added to arguments of system in multiargumental form. Thanks.
On Tue Jun 11 09:44:09 2013, darkmist@gmail.com wrote: Show quoted text
> Hello! > > If I execute on subj > > perl "-Mautodie=:all" -e"system qw( svn help up )" > > it fails with > > Unknown command: 'help,' > Type 'svn help' for usage. > "svn" unexpectedly returned exit value 1 at (eval 56) line 13. > at -e line 1 > > If I do same thing on my mac ( (v5.12.4) built for > darwin-thread-multi-2level from macports / autodie 2.13 ) it works fine. > It looks like that the problem is extra comma added to arguments of > system in multiargumental form. > > Thanks.
Hi, I cannot reproduce this with perl 5.18 and autodie v2.22. Nor can I reproduce it with any of the 2.13 tags in the autodie git repository (that would be autodie v2.13_01 to v2.13_04). At this point, my best bet is that it is either a bug in ActivePerl or the version of IPC::System::Simple. ~Niels
Ticket migrated to github as https://github.com/pjf/autodie/issues/105