Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 59286
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

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



Subject: path with spaces in "transport"
CPAN::Reporter does not like path with spaces for "id_file" key Example: transport=Metabase uri https://metabase.cpantesters.org/beta/ id_file "C:\Documents and Settings\Sasha\Мои документы\.cpanreporter\metabase_id.json" I guess problem is in line my @transport_args = split " ", $transport; First idea is to use Text::CSV, but this will mean one more prereq. -- Alexandr Ciornii, http://chorny.net
CPAN Reporter 2.0 will use a different mechanism that will avoid such issues. (CPAN::Testers::Config) I'm going to have to say this won't get fixed until then.
I'm working on an interim fix that will take a non-absolute filename as relative to the .cpanreporter directory. That should avoid having to specify spaces in filenames. This is a workaround, but I think will address the problem. Change has been made in the repo, so changing status to "patched".