Skip to content

Commit

Permalink
Fix dates on changelog to be uniform in style
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed Oct 20, 2018
1 parent 61aeccf commit 6b9feea
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Revision history File::Slurp

9999.23 2018-10-16
9999.23 2018-10-20
- Fix an error on the test rewrites with a bad value for binmode
- Create a 00-report-prereqs.dd to ease testing on 5.6
- Bump requirement for File::Spec to 3.01 as Cwd was shipped separately
before and the one that came with 5.6 had Taint issues.
- Cleaned up the Change log to make all dates uniform

9999.22 2018-10-15
- Update the SYNOPSIS documentation. (Graham Knop)
Expand Down Expand Up @@ -59,19 +60,19 @@ Revision history File::Slurp
- Updated the Makefile.PL to get all of the prereqs in there.
- Add CI testing via TravisCI and AppVeyor

9999.19 Tue Jun 7 04:06:06 EDT 2011
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 Fri May 13 02:30:05 EDT 2011
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 Wed Apr 27 02:20:03 EDT 2011
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
Expand All @@ -80,20 +81,20 @@ Revision history File::Slurp
- Added prefix option to read_dir
- Fixed optimization of reading small files.

9999.16 Wed Apr 13 03:47:26 EDT 2011
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 Thu Mar 24 16:40:19 EDT 2011
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 Sun Mar 20 16:26:47 EDT 2011
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
Expand Down Expand Up @@ -122,14 +123,14 @@ Revision history File::Slurp
- read_file checks for an overloaded object to get the file
name. (Sébastien Aperghis-Tramoni)

9999.13 Tue Oct 10 02:04:51 EDT 2006
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 Thu Feb 2 02:26:31 EST 2006
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.
Expand All @@ -139,12 +140,12 @@ Revision history File::Slurp
- Thanks to Johan Lodin <lodin@cpan.org> for a test script which
I modified into t/newline.t

9999.11 Fri Jan 20 01:24:00 EDT 2005
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 Thu Jan 19 11:38:00 EDT 2005
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
Expand All @@ -157,7 +158,7 @@ Revision history File::Slurp
- Added pod.t and pod_coverage.t tests. This is to pass all
the CPANTS tests.

9999.09 Tue Apr 19 01:21:55 EDT 2005
9999.09 2005-04-19
- t/original.t and read_dir.t no longer search for tempdirs. they just
use the current dir which should be in the build directory
- t/readdir.t renamed to read_dir.t for consistancy
Expand All @@ -172,47 +173,47 @@ Revision history File::Slurp
end if in append mode.n
Thanks to Chris Dolan <cdolan@cpan.org>

9999.08 Sat Apr 16 01:01:27 EDT 2005
9999.08 2005-04-16
- read_dir returns an array ref in scalar context
- read_dir keeps . and .. if keep_dot_dot option is set.
Thanks to John Alden <john.alden@bbc.co.uk>
- slurp() is an optional exported alias to read_file
Thanks to Damian Conway <damian@conway.org>

9999.07 Tue Jan 25 01:33:11 EST 2005
9999.07 2005-01-25
- Slurping in pseudo files (as in /proc) which show a size of 0
but actually have data works. This seems to be the case on
linux but on Solaris those files show their proper size.
Thanks to Juerd Waalboer <juerd@cpan.org>

9999.06 Mon Sep 20 01:57:00 EDT 2004
9999.06 2004-09-20
- Slurping the DATA handle now works without the workaround.
tests are in t/data_scalar.t and t/data_list.t
- Paragraph mode in read_file is supported. As with <> when $/
(input record separator) is set to '', then the input file is
split on multiple newlines (/\n\n+/).
Thanks to Geoffrey Leach <geoff@direcway.com>

9999.05 Tue Feb 24 21:14:55 EST 2004
9999.05 2004-02-24
- skip handle tests where socketpair is not supported (pre 5.8
on windows) Thanks to Mike Arms <marms@sandia.gov>

9999.04 Mon Feb 23 14:20:52 EST 2004
9999.04 2004-02-23
- fixed DATA handle bug in t/handle.t (not seen on most OS's) Thanks to
James Willmore <jwillmore@adelphia.net>

9999.03 Mon Dec 22 01:44:43 EST 2003
9999.03 2003-12-22
- fixed DATA handle bugs in t/handle.t on osx (should be fixed
on BSD as well)
- added more comments to code

9999.02 Wed Dec 17 03:40:49 EST 2003
9999.02 2003-12-17
- skip DATA test in handle.t on OSX (bug in perl with sysread on DATA)
- changed checking if file handle from fileno to ref
from Randal Schwartz <merlyn@stonehenge.com>
- added support for atomic spewing
- added new test stdin.t for the fileno/ref change
- added new test inode.t to test atomic spewing

9999.01 Mon Sep 1 00:20:56 2003
9999.01 2003-09-01
- original version; created by h2xs 1.21 with options -AX -n File::FastSlurp

0 comments on commit 6b9feea

Please sign in to comment.