miyagawa / cpanminus

cpanminus - get, unpack, build and install modules from CPAN
http://cpanmin.us
752 stars 213 forks source link

Documentation typo: useless space in URL #648

Closed KES777 closed 2 years ago

KES777 commented 2 years ago

http://example.org/LDS/CGI.pm-3.20.tar.gz%C2%A0

should be:

http://example.org/LDS/CGI.pm-3.20.tar.gz

miyagawa commented 2 years ago

where do you see it? there's no "extra space" in the URL in the docs, just regular whitespace.

➜  git grep /LDS/CGI | sed -e 's/ /_/g'
App-cpanminus/cpanm:____cpanm_http://example.org/LDS/CGI.pm-3.20.tar.gz___________#_install_from_URL
App-cpanminus/cpanm:__cpanm_http://example.org/LDS/CGI.pm-3.20.tar.gz__#_install_from_URL
App-cpanminus/script/cpanm.PL:__cpanm_http://example.org/LDS/CGI.pm-3.20.tar.gz__#_install_from_URL
Menlo-Legacy/lib/Menlo/CLI/Compat.pm:__cpanm_http://example.org/LDS/CGI.pm-3.20.tar.gz___________#_install_from_URL
KES777 commented 2 years ago

image

miyagawa commented 2 years ago

that's a bug in metacpan's POD renderer.