Text::FromAny
=============

Text::FromAny - a module to read pure text from a vareiety of formats

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:

       Any::Moose
       Try::Tiny
       Text::Extract::Word
       OpenOffice::OODoc
       File::LibMagic
       Archive::Zip
       RTF::Parser (1.09 or later)
       HTML::FormatText::WithLinks

DOCUMENTATION

Documentation is supplied as POD in the module. See lib/Text/FromAny.pm

COPYRIGHT AND LICENCE

Copyright (C) 2010 by Eskild Hustvedt

This library is free software; you can redistribute it and/or modify
it under the terms of either:

   a) the GNU General Public License as published by the Free
   Software Foundation; either version 3, or (at your option) any
   later version, or
   b) the "Artistic License" which comes with this Kit.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
the GNU General Public License or the Artistic License for more details.

You should have received a copy of the Artistic License
in the file named "COPYING.artistic".  If not, I'll be glad to provide one.

You should also have received a copy of the GNU General Public License
along with this library in the file named "COPYING.gpl". If not,
see <http://www.gnu.org/licenses/>.