From b60dc5a12f53b96bb32c45bb076f905e9e031c25 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Sat, 11 Jan 2025 06:01:26 -0500 Subject: [PATCH] Initial Changes file 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 --- Changes | 21 +++++++++++++++++++++ README.md | 1 + 2 files changed, 22 insertions(+) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..16bd1dc --- /dev/null +++ b/Changes @@ -0,0 +1,21 @@ +Revision history for Perl module App::Cpan::Version + +1.681 2025-01-11T10:51:10Z + * first version of a forked version of App::Cpan + See https://github.com/andk/cpanpm/issues/187 + * Fixes RT #107353 says that we need to ignore SIGWINCH + (https://github.com/andk/cpanpm/pull/160, + https://rt.cpan.org/Ticket/Display.html?id=107353) + * Fixes "CPAN_OPTS ends upon the wrong side of the args" + (https://github.com/andk/cpanpm/pull/168, + https://github.com/andk/cpanpm/issues/131) + * Fixes "use correct key to hash in downloaded log message" + (https://github.com/andk/cpanpm/pull/169, + https://github.com/andk/cpanpm/issues/167) + * Fixes "don't include HTTP status 300 when looking for 2xx" + (https://github.com/andk/cpanpm/pull/170, + https://github.com/andk/cpanpm/issues/166) + * Fixes "squash numeric warning in cpan -O" + (https://github.com/andk/cpanpm/pull/171, + https://github.com/andk/cpanpm/issues/161, + https://github.com/andk/cpanpm/issues/165) diff --git a/README.md b/README.md index ea1ddcf..38a040f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ core module. The [main repo](https://github.com/andk/cpanpm) is [behind on several patches](https://github.com/andk/cpanpm/issues/187) to `cpan`, so this repo is what `cpan` should be. + ## Installation Install `App::Cpan::Upgraded` like any other module.