]> git.donarmstrong.com Git - perltidy.git/commit
read config file with slurp_stream instead of streamhandle
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 15 Aug 2023 01:48:55 +0000 (18:48 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 15 Aug 2023 01:48:55 +0000 (18:48 -0700)
commitb0166e2b45de64cfb919d9d41768a8324a4e9310
treedbebf891b519db5ac81c1f2ff8605d478a5a0be5
parent39b0904310914c13e8e0b7badc7b1e8f080bd614
read config file with slurp_stream instead of streamhandle

All calls to streamhandle are now of type 'w' only. This eliminates some
confusion over which code is responsible for setting binary mode on
read, and is more efficient.
lib/Perl/Tidy.pm