package Math::MVPoly; # Copyright (c) 1998 by Brian Guarraci. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. $Math::MVPoly::VERSION = '0.8b'; use Math::MVPoly::Parser; use Math::MVPoly::Polynomial; use Math::MVPoly::Monomial; use Math::MVPoly::Ideal; use Math::MVPoly::Integer; 1;