-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
RT-145462: cpan(1) log message uses the wrong key #167
Comments
briandfoy
added a commit
to briandfoy/cpanpm
that referenced
this issue
Dec 8, 2022
Co-authored-by: "eponymous alias" <[email protected]>
Indeed, right now |
briandfoy
added a commit
to briandfoy/app-cpan-upgraded
that referenced
this issue
Jan 11, 2025
These changes fix: andk/cpanpm#160, andk/cpanpm#168, andk/cpanpm#131, andk/cpanpm#169, andk/cpanpm#167, andk/cpanpm#170, andk/cpanpm#166, andk/cpanpm#171, andk/cpanpm#161, andk/cpanpm#165 These are also noted in my intention to fork in andk/cpanpm#167
briandfoy
added a commit
to briandfoy/app-cpan-upgraded
that referenced
this issue
Jan 11, 2025
These changes fix: andk/cpanpm#160, andk/cpanpm#168, andk/cpanpm#131, andk/cpanpm#169, andk/cpanpm#167, andk/cpanpm#170, andk/cpanpm#166, andk/cpanpm#171, andk/cpanpm#161, andk/cpanpm#165 These are also noted in my intention to fork in andk/cpanpm#187
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm transferring and splitting up some issues reported in App::Cpan many problems, multiple fixes.
In App::Cpan::_download, the log line uses the wrong variable as a hash key:
It should be:
This is related to #162 with some rearranging that needs to happen for track errors and return the appropriate values.
Patch provided by "eponymous alias" [email protected] in the RT ticket
App.Cpan.patch.txt
The text was updated successfully, but these errors were encountered: