Chemistry/Pattern version 0.20
==============================

This module implements a generic molecule pattern matching engine. In other
words, a sort of "regular expressions for molecules". This module is part of
the PerlMol project, http://www.perlmol.org/.

Changes since version 0.15:
        - Added support for disconnected patterns.
        - Completely replaced the algorithm with a simpler and somewhat more
          readable one.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:
    - Chemistry::Mol

The following modules are required only for the tests:
    - Test::More (included with Perl 5.7.3+)
    - Chemistry::File::SMILES

COPYRIGHT AND LICENSE

Copyright (C) 2004 Ivan Tubert <itub@cpan.org>

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