NAME

Acrux::Digest::M11R - interface for modulus 11 (recursive) check digit calculation

SYNOPSIS

use Acrux::Digest::M11R;

my $m11r = Acrux::Digest::M11R->new();
my $digest = $m11r->digest( "123456789" ); # 5

DESCRIPTION

This is Digest backend module that provides calculate the modulus 11 (recursive) check digit

METHODS

This class inherits all methods from Acrux::Digest and implements the following new ones

digest

my $digest = $m11r->digest( "123456789" ); # 5

Returns M11R checkdigit by specified digits-string

HISTORY

See Changes file

TO DO

See TODO file

SEE ALSO

Acrux::Digest, Algorithm::CheckDigits::M11_015, check_okpo()

AUTHOR

Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2026 D&D Corporation

LICENSE

This program is distributed under the terms of the Artistic License Version 2.0

See the LICENSE file or https://opensource.org/license/artistic-2-0 for details