We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm transferring and splitting up some issues reported in App::Cpan many problems, multiple fixes.
In App::Cpan::getfile, there is this overly inclusive line:
last if( 200 <= $status_code and $status_code <= 300 );
It should not include 300.
300
However, cpan(1) should also delegate the downloading to CPAN.pm perhaps (#163).
Patch provided by "eponymous alias" eponymousalias@yahoo.com in the RT ticket App.Cpan.patch.txt
The text was updated successfully, but these errors were encountered:
andk#166 don't include HTTP status 300 when looking for 2xx
039111a
Co-authored-by: "eponymous alias" <eponymousalias@yahoo.com>
Don't include 300 status in bounds andk#166
678a242
No branches or pull requests
I'm transferring and splitting up some issues reported in App::Cpan many problems, multiple fixes.
In App::Cpan::getfile, there is this overly inclusive line:
It should not include
300
.However, cpan(1) should also delegate the downloading to CPAN.pm perhaps (#163).
Patch provided by "eponymous alias" eponymousalias@yahoo.com in the RT ticket
App.Cpan.patch.txt
The text was updated successfully, but these errors were encountered: