File-Slurp

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

9999.20_01     2018-09-27  (TRIAL)
    - Fixed spelling mistakes in POD (RT #85251)
    - Fixed a typo in an example (RTs #72116, #80279)
    - Remove doc mentions of Perl < 5.006 as that's required.
    - Fix POD coverage tests by adding a few more ignored functions
    - Added t/edit_file.t (James Keenan)
    - Move the POD tests to xt/author
    - Update t/append_null.t
    - Update t/binmode.t
    - Update t/data_list.t
    - Update t/data_scalar.t
    - Update t/error_mode.t
    - Update t/large.t
    - Update t/original.t
    - Update t/stringify.t
    - Added t/00-report-prereqs.t
    - Added more xt/author tests
    - Fix all trailing whitespace in accordance with xt/author/eol.t
    - Updated the Makefile.PL to get all of the prereqs in there.
    - Add CI testing via TravisCI and AppVeyor

9999.19      2011-Jun-7
    - Fixed use line in t/edit_file.t to import :edit first (paul)
    - read_file and write_file work even when interrupted by signals
      this includes a test for read_file interrupt (Andrew Danforth)
    - Fixed bugs in the config synopsis example

9999.18      2011-May-13
    - Added :std and :edit export tags
    - Cleaned up EXPORT vars
    - Documented importing edit_file and edit_file_lines
    - Fixed some pod spelling

9999.17      2011-04-27
    - Requiring Perl 5.6.2 (first time older Perls were dropped)
      This is because of use of the re 'taint' pragma
    - Added major new features: edit_file and edit_file_lines
    - Speed up of tainted slurp with return of lines
    - Added chomp option to read_file
    - Added prefix option to read_dir
    - Fixed optimization of reading small files.

9999.16   2011-04-13
    - Added support for read_file options to be a hash reference.
    - Added support for read_dir options to be a hash reference.
    - Added new feature prepend_file
    - Fixed bug with array_ref in list context. was introduced by .15/.14
      Thanks to Norbert Gruener
    - Cleaned up some pod

9999.15   2011-03-24
    - Fixed error.t test so it works when run as root
    - Removed skip lines from error.t
    - Fixed pod about binmode option to reflect changes in .14

9999.14      2011-03-20
    - Added LICENCE (same as perl) to POD
    - Added special faster code to slurp in small text files which
      is a common case
    - Rewrote the extras/slurp_bench.pl script. It has a full
      legend, better CLI options, size is selectable, benchmark
      entries have more consistant names and it compares the new
      fast slurp for small files to the general slurp code.
      Thanks to Mark Friendlich
    - Cleaned up pod
    - Added more Synopsis examples
    - Added t/error.t to actually test error conditions. Previous
      error.t was renamed to error_mode.t which better reflects its
      tests.
    - t/error.t uses a new test driver module. this may get used by
      other tests in the future.
    - Fixed check for SEEK_SET and other constant subs being defined
    - Added support for binmode other than :raw and binmode.t test
      Thanks to Martin J. Evans, Peter Edwards, Bryce Nesbitt
    - Added support for perms option in write_file and perms.t test
      Thanks to Peter Corlett and Paul Miller
    - Added check to the rename call in atomic mode. Tested in error.t.
      Thanks to Daniel Scott Sterling
    - Added POD to state that using scalar_ref or buf_ref will be faster
      and save memory due to not making a copy (Peter Edwards)
    - read_file in list mode keeps data tainted (Sébastien Aperghis-Tramoni)
    - read_file checks for an overloaded object to get the file
      name. (Sébastien Aperghis-Tramoni)

9999.13   2006-10-10
    - Refactored the extras/slurp_bench.pl script. It has options,
      a key the benchmarks, help and more benchmarks.
    - Reordered changes so recent entries are first
    - Added error check on atomic rename and test for it. Thanks to Daniel
      Scott Sterling

9999.12   2006-02-2
    - Fixed bug on windows with classic slurping and File::Slurp not
      agreeing on newline conversion.
    - Added t/newline.t test to check for that fix.
    - When passing text data by scalar reference to write_file under
      windows, the buffer is copied so the newline conversion won't
      modify the caller's data.
    - Thanks to Johan Lodin <lodin@cpan.org> for a test script which
      I modified into t/newline.t

9999.11   2005-01-20
    - Quick release to remove code that forced the faked SEEK_*
      values to be used. Showed up when tested on OSX which doesn't
      need that backport.

9999.10   2005-01-19
    - t/*.t modules don't use Fcntl.pm
    - using POSIX qw( :fcntl_h ) instead of Fcntl qw( :seek ) for
      backwards compatiblity to 5.00503
    - added conditional definitions of SEEK_* and O_* subs as they are not
      defined in perl 5.004
    - File::Slurp now runs on perl 5.004 and newer (see BUGS section)
      All of the above thanks to Smylers <Smylers@stripey.com>,
      Piers Kent <piers.kent@bbc.co.uk> and
      John Alden <john.alden@bbc.co.uk>
    - Added pod.t and pod_coverage.t tests. This is to pass all
      the CPANTS tests.

9999.09  2005-04-19
    - t/original.t and read_dir.t no longer search for tempdirs. they just



( run in 1.737 second using v1.01-cache-2.11-cpan-39bf76dae61 )