Skip to content

Commit

Permalink
Merge pull request #99 from mavit/unused-deps
Browse files Browse the repository at this point in the history
Drop unused dependencies CPAN::Common::Index, CPAN::Meta::Prereqs
  • Loading branch information
miyagawa authored May 17, 2023
2 parents 5fdf040 + 4d94d88 commit 256d8af
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
"runtime" : {
"requires" : {
"CPAN::Common::Index" : "0.006",
"CPAN::DistnameInfo" : "0",
"CPAN::Meta::Prereqs" : "2.132830",
"CPAN::Meta::Requirements" : "2.129",
"Carton" : "v1.0.35",
"Class::Tiny" : "1.001",
Expand Down
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ my %WriteMakefileArgs = (


my %FallbackPrereqs = (
"CPAN::Common::Index" => "0.006",
"CPAN::DistnameInfo" => 0,
"CPAN::Meta::Prereqs" => "2.132830",
"CPAN::Meta::Requirements" => "2.129",
"Carton" => "1.0.35",
"Class::Tiny" => "1.001",
Expand Down
2 changes: 0 additions & 2 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ requires 'perl', '5.014000';
requires 'JSON';
requires 'Class::Tiny', '1.001';
requires 'CPAN::Meta::Requirements', '2.129';
requires 'CPAN::Meta::Prereqs', '2.132830';
requires 'Module::CoreList';
requires 'Module::CPANfile', '1.1000';
requires 'Module::Runtime', '0.014';
Expand All @@ -21,7 +20,6 @@ requires 'Carton', 'v1.0.35';

# vendor
requires 'Menlo::CLI::Compat', '1.9018';
requires 'CPAN::Common::Index', '0.006';

on test => sub {
requires 'Test::More', '0.96';
Expand Down

0 comments on commit 256d8af

Please sign in to comment.