From 0eea7b4be689aa2546f86dd1d79ba0e2d7ee7ecb Mon Sep 17 00:00:00 2001 From: "David E. Weekly" Date: Tue, 23 Jun 2020 22:30:19 -0700 Subject: [PATCH] "Promote" Module::Signature from Bundle::CPANxxl to Bundle::CPAN --- related/Bundle-CPAN/CPAN.pm | 2 ++ related/Bundle-CPAN/CPANxxl.pm | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/related/Bundle-CPAN/CPAN.pm b/related/Bundle-CPAN/CPAN.pm index 246a53109..665cc84a1 100644 --- a/related/Bundle-CPAN/CPAN.pm +++ b/related/Bundle-CPAN/CPAN.pm @@ -44,6 +44,8 @@ Module::Build -- needed by File::Spec File::Spec -- prereq +Module::Signature + Digest::SHA File::HomeDir diff --git a/related/Bundle-CPAN/CPANxxl.pm b/related/Bundle-CPAN/CPANxxl.pm index e5d8ecc05..bea25fb84 100644 --- a/related/Bundle-CPAN/CPANxxl.pm +++ b/related/Bundle-CPAN/CPANxxl.pm @@ -29,8 +29,6 @@ Bundle::CPAN Module::Info -Module::Signature - CPAN::Reporter Kwalify @@ -44,7 +42,7 @@ Module::Versions::Report =head1 DESCRIPTION This bundle includes Bundle::CPAN plus what I consider indispensible -but not everybody can compile, namely Expect and Module::Signature. +but not everybody can compile, namely Expect and YAML. I've taken the liberty to also add YAML::Syck because of its speed advantage.