On Wed May 13 18:36:32 2009, KBRINT wrote:
Show quoted text> When CPANPLUS is being installed from a path with spaces, it fails in
> t/04_CPANPLUS-Module.t.
> Calling IPC::Cmd::run with a scalar command results in splitting on
> spaces, which produces the
> bad results.
>
> Instead, since we already have all 4 arguments individually, we should
> pass an array reference
> to IPC::Cmd::run().
>
> The attached patch fixes the problem. Please integrate it into a
> future version of CPANPLUS.
Thanks, applied with some tweaks.