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
5
5
[ behind on several patches] ( https://github.com/andk/cpanpm/issues/187 )
6
6
to ` cpan ` , so this repo is what ` cpan ` should be.
7
7
8
+
8
9
## Installation
9
10
10
11
Install ` App::Cpan::Upgraded ` like any other module.
You can’t perform that action at this time.
0 commit comments