Math-ModInt version 0.013
=========================

Math::ModInt is a Perl class providing modular integer arithmetic
with overloaded Perl operators.  Its objects represent integer
residue classes.

Math::ModInt::ChineseRemainder adds functionality to find intersections
of residue classes.

Math::ModInt::Event allows to customize how errors involving
Math::ModInt objects are reported.

INSTALLATION

To install the modules of this distribution type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This distribution requires these other modules and libraries:

  perl version 5.6.0 or higher
  overload                             (usually bundled with perl)
  Carp                                 (usually bundled with perl)
  Math::BigInt version 1.991 or higher (usually bundled with perl)

LICENSE AND COPYRIGHT

Copyright (c) 2009-2021 by Martin Becker, Blaubeuren.

This library is free software; you can distribute it and/or modify it
under the terms of the Artistic License 2.0 (see LICENSE file).