Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 97926
Status: resolved
Priority: 0/
Queue: IPC-Run

People
Owner: TODDR [...] cpan.org
Requestors: peter [...] eisentraut.org
Cc:
AdminCc:

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



Subject: problem with spaces in path
Date: Sun, 10 Aug 2014 22:34:17 -0400
To: bug-IPC-Run [...] rt.cpan.org
From: Peter Eisentraut <peter [...] eisentraut.org>
Consider this simple test program: use IPC::Run qw(run); run(['foo']); and a program 'foo' in a subdirectory with spaces in the name: mkdir 'foo bar' cp /usr/bin/true 'foo bar'/foo Then this fails: $ PATH="$PWD/foo bar:$PATH" perl ./test.pl exec failed: No such file or directory at ./test.pl line 3. at ./test.pl line 3. But if the directory name does not have a space, it works: $ PATH="$PWD/foo_bar:$PATH" perl ./test.pl It also works if the command array reference has more than one element, e.g., use IPC::Run qw(run); run(['foo', '--']);
Subject: Re: [rt.cpan.org #97926] AutoReply: problem with spaces in path
Date: Sat, 13 Sep 2014 00:10:49 -0400
To: bug-IPC-Run [...] rt.cpan.org
From: Peter Eisentraut <peter [...] eisentraut.org>
On Sat Sep 13 00:11:02 2014, peter@eisentraut.org wrote: Show quoted text
Thanks for the patch.
On Thu Dec 11 00:42:38 2014, TODDR wrote: Show quoted text
> On Sat Sep 13 00:11:02 2014, peter@eisentraut.org wrote:
> > Fix submitted: https://github.com/toddr/IPC-Run/pull/7 > > > >
> > > Thanks for the patch.
Released to CPAN as 0.93