CPANPLUS::Module::Checksums(3) User Contributed Perl Documentation CPANPLUS::Module::Checksums(3)

CPANPLUS::Module::Checksums - checking the checksum of a distribution

$file   = $modobj->checksums;
$bool   = $mobobj->_validate_checksum;

This is a class that provides functions for checking the checksum of a distribution. Should not be loaded directly, but used via the interface provided via "CPANPLUS::Module".

Fetches the checksums file for this module object. For the options it can take, see CPANPLUS::Module::fetch().

Returns the location of the checksums file on success and false on error.

The location of the checksums file is also stored as

$mod->status->checksums
2023-07-25 perl v5.38.0