Chemistry::Isotope version 0.10
===============================

This module contains the exact mass data from the table of the isotopes.
It has a single exportable function, isotope_mass, which returns the mass
of an atom in mass units given its mass number (A) and atomic number (Z).

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:
    - Test::More   (already a core module since perl 5.7.3)

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.