logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       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".

Methods

$mod->checksums
       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

perl v5.40.1                                       2025-03-01                   CPANPLUS::Module::Checksums(3pm)

Name

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

Synopsis

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

See Also