Subject: | Tilde in URL must be escaped |
Downloading a module from a URL with a tilde such as
http://example.com/~user/Foo-123.tar.gz does not work: cpanminus
requests the root, "/" instead of the package file.
It does work when the tilde is URL-escaped,
http://example.com/%7Euser/Foo-123.tar.gz