Skip to content

Commit

Permalink
fix broken cpanm update
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 10, 2024
1 parent f3fa22d commit e16d8b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions author/cpanm/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requires 'HTTP::Tiny', '0.054';
requires 'HTTP::Tinyish', '0.04';
requires 'JSON::PP', '2';
requires 'JSON::PP::Compat5006', '1.09';
requires 'Module::Build::Tiny', '==0.047'; # 0.048 doesn't work on perl 5.8.
requires 'Module::CPANfile';
requires 'Module::CoreList';
requires 'Module::Metadata';
Expand Down
20 changes: 10 additions & 10 deletions author/cpanm/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -681,11 +681,11 @@ DISTRIBUTIONS
CPAN::Meta::Prereqs 2.12091
ExtUtils::MakeMaker 0
parent 0
Module-CoreList-5.20240420
pathname: B/BI/BINGOS/Module-CoreList-5.20240420.tar.gz
Module-CoreList-5.20240609
pathname: B/BI/BINGOS/Module-CoreList-5.20240609.tar.gz
provides:
Module::CoreList 5.20240420
Module::CoreList::Utils 5.20240420
Module::CoreList 5.20240609
Module::CoreList::Utils 5.20240609
requirements:
ExtUtils::MakeMaker 0
List::Util 0
Expand Down Expand Up @@ -1216,13 +1216,13 @@ DISTRIBUTIONS
requirements:
ExtUtils::MakeMaker 0
perl 5.006
version-0.9931
pathname: L/LE/LEONT/version-0.9931.tar.gz
version-0.9932
pathname: L/LE/LEONT/version-0.9932.tar.gz
provides:
version 0.9931
version::regex 0.9931
version::vpp 0.9931
version::vxs 0.9931
version 0.9932
version::regex 0.9932
version::vpp 0.9932
version::vxs 0.9932
requirements:
ExtUtils::MakeMaker 0
perl 5.006002
Loading

0 comments on commit e16d8b2

Please sign in to comment.