$Id: README,v 1.6 2004/06/08 10:19:40 roel Exp $

FrameMaker/MifTree version 0.072
================================

A MIF Parser

~ INSTALLATION ~

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

~ DEPENDENCIES ~

The module depends on the following CPAN modules:

  Tree::DAG_Node
  IO::Scalar (from the IO::Stringy bundle)
  IO::Tokenized
  IO::Tokenized::File

~ COPYRIGHT AND LICENCE ~

Copyright 2004 ITP

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