Sun Sep 04 09:09:44 2016stargatecmd2009 [...] gmail.com - Ticket created
Subject:
bug
Date:
Sun, 4 Sep 2016 23:09:35 +1000
To:
bug-Devel-PL_origargv [...] rt.cpan.org
From:
<stargatecmd2009 [...] gmail.com>
my @actual_args = Devel::PL_origargv->get;
The above will fail to return the full path if the path has spaces in it.
Example: C:\something\somthing bla\bla
Result: C:\something\somthing
perl 5, version 22, subversion 1 (v5.22.1) built for
MSWin32-x86-multi-thread-64int
Tue Jan 31 16:42:33 2017perl [...] toby.ink - Status changed from 'new' to 'open'
Tue Jan 31 16:44:06 2017perl [...] toby.ink - Correspondence added
Not sure if this qualifies as a bug or expected behaviour on Windows.