File/Butler version 3.01
========================

File::Butler is intended to simplify the basic file read, write, 
modify, and/or manipulate sorts of tasks that are commonly needed.
The usage is straight-forward and detailed in the POD.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2002 Kurt Kincaid. All Rights Reserved.

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