File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ Revision history for Perl module App::Cpan::Version
2+
3+ 1.681 2025-01-11T10:51:10Z
4+ * first version of a forked version of App::Cpan
5+ See https://github.com/andk/cpanpm/issues/187
6+ * Fixes RT #107353 says that we need to ignore SIGWINCH
7+ (https://github.com/andk/cpanpm/pull/160,
8+ https://rt.cpan.org/Ticket/Display.html?id=107353)
9+ * Fixes "CPAN_OPTS ends upon the wrong side of the args"
10+ (https://github.com/andk/cpanpm/pull/168,
11+ https://github.com/andk/cpanpm/issues/131)
12+ * Fixes "use correct key to hash in downloaded log message"
13+ (https://github.com/andk/cpanpm/pull/169,
14+ https://github.com/andk/cpanpm/issues/167)
15+ * Fixes "don't include HTTP status 300 when looking for 2xx"
16+ (https://github.com/andk/cpanpm/pull/170,
17+ https://github.com/andk/cpanpm/issues/166)
18+ * Fixes "squash numeric warning in cpan -O"
19+ (https://github.com/andk/cpanpm/pull/171,
20+ https://github.com/andk/cpanpm/issues/161,
21+ https://github.com/andk/cpanpm/issues/165)
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ core module. The [main repo](https://github.com/andk/cpanpm) is
55[ behind on several patches] ( https://github.com/andk/cpanpm/issues/187 )
66to ` cpan ` , so this repo is what ` cpan ` should be.
77
8+
89## Installation
910
1011Install ` App::Cpan::Upgraded ` like any other module.
You can’t perform that action at this time.
0 commit comments