The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Chemistry::FormulaPattern version 0.10
======================================

This module implements a simple language for describing a range of
molecular formulas and allows one to find out whether a molecule matches
the formula specification. It can be used for searching for molecules by
formula, in a way similar to the NIST WebBook formula search
(L<http://webbook.nist.gov/chemistry/form-ser.html>). Note however that the
language used by this module is different from the one used by the WebBook!

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      0.24
        Chemistry::Pattern  0.20
        Text::Balanced      0
        Test::More          0

COPYRIGHT AND LICENSE

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

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