1 File::Slurp.pm version 0.04
 
   2 ===========================
 
   4 This module provides subroutines to read or write entire files with a
 
   5 simple call.  It also has a subroutine for reading the list of filenames
 
   8 In the extras/ directory you can read an article (slurp_article.pod)
 
   9 about file slurping and also run a benchmark (slurp_bench.pl) that
 
  10 compares many ways of slurping/spewing files.
 
  12 This module was first written and owned by David Muir Sharnoff (MUIR on
 
  13 CPAN).  I checked out his module and decided to write a new version
 
  14 which would be faster, and with many more features.  To that end, David
 
  15 graciously transfered the namespace to me.
 
  17 Since then, I discovered and fixed a bug in the original module's test
 
  18 script (which had only 7 tests), which is included now as t/original.t.
 
  19 This module now has 164 tests in 7 test scripts, and passes on Windows,
 
  20 Linux, Solaris and Mac OS X.
 
  22 There have been some comments about the somewhat unusual version number.
 
  23 The problem was that David used a future date (2004.0904) in his version
 
  24 number, and the only way I could get CPAN to index my new module was to
 
  25 make it have a version number higher than the old one, so I chose the
 
  26 9999 prefix and appended the real revision number to it.
 
  30 To install this module type the following:
 
  39 Copyright (C) 2003 Uri Guttman <uri@stemsystems.com>
 
  41 Licensed the same as Perl.