• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Chemistry/H11-Aug-2004-417176

t/H11-Aug-2004-167140

ChangesH A D11-Aug-2004106 53

MANIFESTH A D11-Aug-2004386 1817

META.ymlH A D11-Aug-2004486 1513

Makefile.PLH A D11-Aug-2004322 1513

READMEH A D11-Aug-20041,009 3524

README

1Chemistry::FormulaPattern version 0.10
2======================================
3
4This module implements a simple language for describing a range of
5molecular formulas and allows one to find out whether a molecule matches
6the formula specification. It can be used for searching for molecules by
7formula, in a way similar to the NIST WebBook formula search
8(L<http://webbook.nist.gov/chemistry/form-ser.html>). Note however that the
9language used by this module is different from the one used by the WebBook!
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23        Chemistry::Mol      0.24
24        Chemistry::Pattern  0.20
25        Text::Balanced      0
26        Test::More          0
27
28COPYRIGHT AND LICENSE
29
30Copyright (C) 2004 Ivan Tubert-Brohman <itub@cpan.org>
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34
35