Chemistry/File/XYZ version 0.10
===============================

This module reads and writes XYZ files.

This module automatically registers the 'xyz' format with Chemistry::Mol,
so that XYZ files may be identified and read by Chemistry::Mol->read().

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

COPYRIGHT AND LICENSE

Copyright (C) 2004 Ivan Tubert

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