Sun Sep 03 15:13:11 2017: Request 122949 was acted upon.
Transaction: Ticket created by APG
       Queue: PAR-Packer
     Subject: PAR-Packer-1.37 executables split arguments containing whitespace
   Broken in: 1.037
    Severity: Important
       Owner: Nobody
  Requestors: a...@cpan.org
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122949 >


Windows executables built with pp 1.37 split any arguments containing 
whitespace.

The bug can be seen with a one-line script: print join(':', @ARGV)

Packed with pp 1.36, `a.exe "foo bar"` prints "foo bar".
Packed with pp 1.37, `a.exe "foo bar"` prints "foo:bar".

Encountered on Windows 7 under Strawberry perl 5.24 and 5.26.

Reply via email to