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.