Modules

  • A • B • C • D • E
  • F • G • H • I • L
  • M • N • O • P • S
  • T • U • X

Tools

CPANPLUS::Module::Checksums

Perl 5 version 14.0 documentation
Recently read

CPANPLUS::Module::Checksums

NAME

CPANPLUS::Module::Checksums

SYNOPSIS

  1. $file = $modobj->checksums;
  2. $bool = $mobobj->_validate_checksum;

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

  1. $mod->status->checksums