Skip to content

Commit

Permalink
lock the version of CPAN::Meta::Requirements (#1559)
Browse files Browse the repository at this point in the history
* lock the version of CPAN::Meta::Requirements

* update fatpack-ed scripts
  • Loading branch information
shogo82148 committed Jul 3, 2023
1 parent c182a50 commit 674b8ce
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion author/cpanm/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires 'CPAN::Common::Index', 0.006;
requires 'CPAN::DistnameInfo';
requires 'CPAN::Meta', '2.132830';
requires 'CPAN::Meta::Check';
requires 'CPAN::Meta::Requirements';
requires 'CPAN::Meta::Requirements', '==2.140'; # 2.141 doesn't support perl 5.8.
requires 'CPAN::Meta::YAML';
requires 'Capture::Tiny';
requires 'Class::Tiny', 1.001;
Expand Down
14 changes: 7 additions & 7 deletions author/cpanm/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ DISTRIBUTIONS
requirements:
ExtUtils::MakeMaker 0
Pod::Usage 1.14
HTTP-Tiny-0.082
pathname: D/DA/DAGOLDEN/HTTP-Tiny-0.082.tar.gz
HTTP-Tiny-0.086
pathname: D/DA/DAGOLDEN/HTTP-Tiny-0.086.tar.gz
provides:
HTTP::Tiny 0.082
HTTP::Tiny 0.086
requirements:
Carp 0
ExtUtils::MakeMaker 6.17
Expand Down Expand Up @@ -679,11 +679,11 @@ DISTRIBUTIONS
CPAN::Meta::Prereqs 2.12091
ExtUtils::MakeMaker 0
parent 0
Module-CoreList-5.20230423
pathname: B/BI/BINGOS/Module-CoreList-5.20230423.tar.gz
Module-CoreList-5.20230520
pathname: B/BI/BINGOS/Module-CoreList-5.20230520.tar.gz
provides:
Module::CoreList 5.20230423
Module::CoreList::Utils 5.20230423
Module::CoreList 5.20230520
Module::CoreList::Utils 5.20230520
requirements:
ExtUtils::MakeMaker 0
List::Util 0
Expand Down
1 change: 1 addition & 0 deletions author/cpm/cpanfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
requires 'perl', '5.006';
requires "Devel::GlobalDestruction::XS";
requires "Module::Build::Tiny";
requires 'CPAN::Meta::Requirements', '==2.140'; # 2.141 doesn't support perl 5.8.

requires "App::cpm";
requires "Class::C3";
Expand Down
8 changes: 4 additions & 4 deletions author/cpm/cpanfile.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -703,11 +703,11 @@ DISTRIBUTIONS
CPAN::Meta::Prereqs 2.12091
ExtUtils::MakeMaker 0
parent 0
Module-CoreList-5.20230423
pathname: B/BI/BINGOS/Module-CoreList-5.20230423.tar.gz
Module-CoreList-5.20230520
pathname: B/BI/BINGOS/Module-CoreList-5.20230520.tar.gz
provides:
Module::CoreList 5.20230423
Module::CoreList::Utils 5.20230423
Module::CoreList 5.20230520
Module::CoreList::Utils 5.20230520
requirements:
ExtUtils::MakeMaker 0
List::Util 0
Expand Down
6 changes: 3 additions & 3 deletions bin/cpanm

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/cpm

Large diffs are not rendered by default.

0 comments on commit 674b8ce

Please sign in to comment.