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