--- perl-5.40.2.old/cpan/CPAN/lib/CPAN/Distribution.pm +++ perl-5.40.2/cpan/CPAN/lib/CPAN/Distribution.pm @@ -1596,7 +1596,7 @@ The cksum does not contain the key 'cpan_path' for '$basename'. }); - my $answer = CPAN::Shell::colorable_makemaker_prompt("Proceed nonetheless?", "no"); + my $answer = 'yes'; $answer =~ /^\s*y/i or $CPAN::Frontend->mydie("Aborted.\n"); $self->{CHECKSUM_STATUS} = "NIL -- CHECKSUMS file without cpan_path"; return;