File/Butler version 3.00
========================

File::Butler allows for simplified access to a variety of file
manipulation functions. File::Butler simplifies such tasks as reading
the contents of a file into an array, reading the contents of a files
into a scalar, prepending information to a file, appending information
to a file, writing a new file, securely deleting a file, and checking
the number of lines, words, and characters contained in a given file.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright(c) 2002, Kurt Kincad. All Rights Reserved.

This is free software and may be modified/redistributed under the same
terms as Perl itself.
