File/Reader version 0.6
========================

File::Reader allow you to simply manipulate your text files. You can easily read and write text file (or sources codes, HTML, XML, etc.).
I personally use very often Write() to generate HTML code.
File::Reader also provided a good interface for reading configuration files.

This release contain a new function : generateConfFile()

INSTALLATION

To install this module type the following:

Best :

% perl -MCPAN -e 'install File::Reader'

Standart :

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

	Term::ANSIColor

COPYRIGHT AND LICENCE

Copyright (c) 2004 Arnaud DUPUIS <arno@asocial.org>. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


