changed
[urisagit/Perl-Docs.git] / README
CommitLineData
99916a19 1File::Slurp.pm
635c7876 2===========================
3
4This module provides subroutines to read or write entire files with a
5simple call. It also has a subroutine for reading the list of filenames
6in a directory.
7
8In the extras/ directory you can read an article (slurp_article.pod)
9about file slurping and also run a benchmark (slurp_bench.pl) that
99916a19 10compares many ways of slurping/spewing files. This benchmark was
11rewritten for .14 and is much better.
635c7876 12
13This module was first written and owned by David Muir Sharnoff (MUIR on
14CPAN). I checked out his module and decided to write a new version
99916a19 15which would be faster and with many more features. To that end, David
635c7876 16graciously transfered the namespace to me.
17
635c7876 18There have been some comments about the somewhat unusual version number.
19The problem was that David used a future date (2004.0904) in his version
20number, and the only way I could get CPAN to index my new module was to
21make it have a version number higher than the old one, so I chose the
229999 prefix and appended the real revision number to it.
23
24INSTALLATION
25
26To install this module type the following:
27
28 perl Makefile.PL
29 make
30 make test
31 make install
32
33COPYRIGHT AND LICENCE
34
99916a19 35Copyright (C) 2010 Uri Guttman <uri@PerlHunter.com>
635c7876 36
37Licensed the same as Perl.