On Mon Jan 19 10:36:58 2015, RIBASUSHI wrote:
Show quoted text> As far as I understand there is no universal quoting (working both on
> linux AND windows). If this is indeed the case the workaround is
> hardly
I have some modest experience with making command lines working "in space", and applying this concept seems to work great everywhere (at least on Unix, Windows, VMS):
"command" "arg1" "arg2"
I claim support for this, from the general success of the "perl in space" changes to EUMM.
Show quoted text> Therefore, in the interest of perl-in-space, I am perfectly fine with
> skipping the test on $^X =~ /\s/, and be done with it. Especially if
> this is the *only* thing that failed (which is extremely surprising to
> me).
DBIC uses good practice with list-args for system/exec (which is what it's trying for here as well), so it's not very surprising to me.