andk / cpanpm

CPAN.pm
87 stars 79 forks source link

RT-145462: cpan -g does not handle paths, such as AUTHOR/Foo-1.0.tar.gz #164

Open briandfoy opened 1 year ago

briandfoy commented 1 year ago

I'm transferring and splitting up some issues reported in App::Cpan many problems, multiple fixes.

This works:

cpan -g Some::Module

But it doesn't support this:

cpan -g SOMEAUTHOR/Some-Module-1.0.tgz

It should support that.

Patch provided by "eponymous alias" eponymousalias@yahoo.com in the RT ticket App.Cpan.patch.txt