Math::Symbolic::Custom::Transformation version 1.00
===================================================

DESCRIPTION

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

On platforms that don't support the "./" notation, that would be:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install

If you wish, you may use the old MakeMaker style instead:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

For list of dependencies that includes versions, please refer to the
META.yml file in this distribution.

  Math::Symbolic
  Math::Symbolic::Custom::Pattern
  Test::More

SEE ALSO

Current versions of this module may be found on http://steffen-mueller.net or
CPAN.

Please send your suggestions, inquiries, and feedback to
symbolic-module at steffen-mueller dot net

COPYRIGHT AND LICENCE

Copyright (c) 2005 Steffen Mueller

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

