Uri Guttman [Wed, 21 Apr 2010 06:49:23 +0000]
new binmode test added
Uri Guttman [Wed, 21 Apr 2010 06:49:02 +0000]
updated docs to cover new binmode behavior
Uri Guttman [Wed, 21 Apr 2010 06:48:38 +0000]
updated changes file
Uri Guttman [Wed, 11 Nov 2009 05:23:58 +0000]
made binmode args for read_file and write_file be passed to binmode on
the opened handles. you can use this to set any binmode layer.
still need to handle boolean 1 to be raw:
Uri Guttman [Fri, 5 Jun 2009 05:13:52 +0000]
moved some experiment files to experiment
rename t/driver.pm to TestDriver.pm
fixed bug when slurping pseudofiles in /proc
Uri Guttman [Fri, 5 Jun 2009 05:13:35 +0000]
uncommented code to set $blk_size and $size_left if the size is 0. this
is to handle pseudofiles which show a size of 0 but have data to slurp.
Uri Guttman [Fri, 5 Jun 2009 04:56:40 +0000]
added new tests and driver module
edited changes file
added fast slurp of small text files
Uri Guttman [Fri, 8 May 2009 06:08:41 +0000]
edited all .t tests to not use use_ok to load File::Slurp. they now all
load it directly with a use command.
Uri Guttman [Fri, 8 May 2009 06:02:53 +0000]
added checking the result of atomic rename in write_file
Uri Guttman [Fri, 8 May 2009 06:02:22 +0000]
moved error.t to error_mode.t
Uri Guttman [Fri, 8 May 2009 06:00:10 +0000]
created new test script to drive errors
Uri Guttman [Fri, 24 Apr 2009 05:27:23 +0000]
added todos from bug reports from cpan
Uri Guttman [Fri, 21 Nov 2008 03:08:26 +0000]
cleaned up spew scalar entries
cleaned up legend for spew scalar
added unlink option for each write file iteration
Uri Guttman [Tue, 18 Nov 2008 21:23:01 +0000]
cleaned up bench_spew_list to be more consistant in names and options
edited the legend to reflect new names
added unlink in each call to more accurate benchmarks
fixed read/write more bug in print_file and friends - write more only now
Uri Guttman [Tue, 18 Nov 2008 19:42:31 +0000]
rewrote the CLI and top level loops for benchmark script
Uri Guttman [Fri, 24 Oct 2008 00:53:48 +0000]
initial commit