Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37510132
en ru br
ALT Linux repos
S:1.3.6-alt1
5.0: 0.50-alt2

Group :: Development/Perl
RPM: perl-Algorithm-CheckDigits

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.3.6-alt1
Build date: 17 november 2021, 03:57 ( 127.1 weeks ago )
Size: 58.92 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: Perl extension to generate and test check digits
Description:

perl -MAlgorithm::CheckDigits -e Algorithm::CheckDigits::print_methods

or

 use Algorithm::CheckDigits;

 @ml = Algorithm::CheckDigits->method_list();

 $isbn = CheckDigits('ISBN');

 if ($isbn->is_valid('3-930673-48-7')) {

 }

 $cn = $isbn->complete('3-930673-48');     # $cn = '3-930673-48-7'

 $cd = $isbn->checkdigit('3-930673-48-7'); # $cd = '7'

 $bn = $isbn->basenumber('3-930673-48-7'); # $bn = '3-930673-48'

Current maintainer: Vladimir A. Svyatoshenko

List of contributors

List of rpms provided by this srpm:

  • perl-Algorithm-CheckDigits
  • perl-Algorithm-CheckDigits-scripts
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin