made binmode args for read_file and write_file be passed to binmode on
authorUri Guttman <uri@quad.(none)>
Wed, 11 Nov 2009 05:23:58 +0000 (00:23 -0500)
committerUri Guttman <uri@quad.(none)>
Wed, 11 Nov 2009 05:23:58 +0000 (00:23 -0500)
commitcee624ab3b79410cdcc9e0bbd97addb51d1d09e2
tree1576d0b03b589d52cdcd26b61c65dba47935fee2
parent8f6efeb9abadd61fe560bdecf1f99a6c31f22746
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:
lib/File/Slurp.pm