Skip Menu |

This queue is for tickets about the Devel-PL_origargv CPAN distribution.

Report information
The Basics
Id: 117486
Status: open
Priority: 0/
Queue: Devel-PL_origargv

People
Owner: Nobody in particular
Requestors: stargatecmd2009 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Not sure if this qualifies as a bug or expected behaviour on Windows.