Chemistry/File/MDLMol version 0.22 Chemistry/File/SDF version 0.22 ================================== This modules read MDL mol and SDF (structure data file) files. The MDLmol module automatically registers the 'mdl' format with Chemistry::Mol, so that molfiles may be identified and read by Chemistry::Mol::read_mol(). The SDF module registers the 'sdf' format. CHANGES SINCE VERSION 0.21 - Implemented reading and writing of isotopes (bug 134837) - Fixed typo in documentation. - Switched to Dist::Zilla. - Adjusted URLs in documentation, as the source has been hosted on GitHub. - New co-maintainer Andrius Merkys . 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.35 Some features such as substructure search and isotope reading also require other modules: Chemistry::Isotope Chemistry::Pattern Chemistry::Ring COPYRIGHT AND LICENSE Copyright (C) 2009 Ivan Tubert-Brohman This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.