1CPANPLUS::Module::ChecksPuemrsl(3Pprmo)grammers ReferenCcPeANGPuLiUdSe::Module::Checksums(3pm)
2
3
4
6 CPANPLUS::Module::Checksums
7
9 $file = $modobj->checksums;
10 $bool = $mobobj->_validate_checksum;
11
13 This is a class that provides functions for checking the checksum of a
14 distribution. Should not be loaded directly, but used via the interface
15 provided via "CPANPLUS::Module".
16
18 $mod->checksums
19 Fetches the checksums file for this module object. For the options it
20 can take, see "CPANPLUS::Module::fetch()".
21
22 Returns the location of the checksums file on success and false on
23 error.
24
25 The location of the checksums file is also stored as
26
27 $mod->status->checksums
28
29
30
31perl v5.12.4 2011-06-07 CPANPLUS::Module::Checksums(3pm)