Skip to content

Commit 85f3fd6

Browse files
committed
1 parent 960cefd commit 85f3fd6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Changes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
66
to `cpan`, so this repo is what `cpan` should be.
77

8+
89
## Installation
910

1011
Install `App::Cpan::Upgraded` like any other module.

0 commit comments

Comments
 (0)