Re: Windows testing/debugging

[email protected] (David Cantrell)
Newsgroups perl.cpan.testers.discuss
Message-ID <[email protected]>
On Mon, Feb 25, 2019 at 11:27:50PM -0800, Serguei Trouchelle wrote:

> I looked into the problem, the issue lies in calling system() with 
> double quotes. Double quotes on Win32 behave different from Unix-like 
> systems and should generally be avoided. This diff fixes the problem:
> 
> 25,26c25,26
> <             [        "\\N{U+2603}", "\\N{U+1F4A9}"],
> <             [reverse "\\N{U+2603}", "\\N{U+1F4A9}"]
> ---
> >             [        qq{\\N{U+2603}}, qq{\\N{U+1F4A9}}],
> >             [reverse qq{\\N{U+2603}}, qq{\\N{U+1F4A9}}]

Thanks!

So simple, but I would never have got that.

-- 
David Cantrell | Reality Engineer, Ministry of Information

    If you have received this email in error, please add some nutmeg
    and egg whites, whisk, and place in a warm oven for 40 minutes.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.