Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path with spaces in "transport" [rt.cpan.org #59286] #55

Open
xdg opened this issue Apr 3, 2016 · 1 comment
Open

path with spaces in "transport" [rt.cpan.org #59286] #55

xdg opened this issue Apr 3, 2016 · 1 comment

Comments

@xdg
Copy link
Contributor

xdg commented Apr 3, 2016

https://rt.cpan.org/Ticket/Display.html?id=59286

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
@garu
Copy link
Member

garu commented Apr 21, 2016

I added a fix for this in CPAN::Testers::Common::Client, if it becomes solid enough I'll merge it into CPAN::Reporter. If I get enough tuits I might even finish porting CTCC back into CPAN::Reporter (which would also fix the issue).

More information on this as it develops!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants