The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Math-Polynomial-Multivariate version 0.004
==========================================

Math::Polynomial::Multivariate is a Perl class representing polynomials
in one or more variables.  It provides a set of operations defined
for these polynomials, like addition, multiplication, evaluation,
parameter substitution, etc., as well as attribute inspection and
formatting capabilities.

More documentation is in the module file, available through perldoc.
Some additional usage examples can be found in the examples
subdirectory.

DLSIP STATUS

   Development State:  b - beta
   Language Used:      p - Perl-only
   Support Level:      d - Developer
   Interface Style:    O - Object oriented
   Public License:     p - Standard-Perl

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This version of Math::Polynomial::Multivariate requires these other
modules and libraries to run:

  perl version 5.8.0 or higher

  overload (usually bundled with perl)

  Carp (usually bundled with perl)

Additional requirements to run the test suite are:

  Test::More (usually bundled with perl)

Recommended modules for increased functionality are:

  Math::BigRat (usually bundled with perl)

  Any other module providing a coefficient space with overloaded
  arithmetic operators "+", "-", "*", "**", "==", "!=", and
  stringification.

COPYRIGHT AND LICENSE

Copyright (c) 2011-2013 by Martin Becker.  All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.0 or,
at your option, any later version of Perl 5 you may have available.