I'm not sure if this small changes can be counted as an "improvement", but we've only use 2 very basic feature from IO::All and it can be easily replaced by some naive version of read_file and write_file that reads/writes entire file at once.
I guess getting rid of all the indirect dependencies can be counted as improvements.
I'm not sure if this small changes can be counted as an "improvement", but we've only use 2 very basic feature from
IO::All
and it can be easily replaced by some naive version ofread_file
andwrite_file
that reads/writes entire file at once.I guess getting rid of all the indirect dependencies can be counted as improvements.