gugod / App-perlbrew

Manage perl installations in your $HOME
https://perlbrew.pl
Other
720 stars 216 forks source link

Remove IO::All from the list of test dependencies #816

Closed gugod closed 2 months ago

gugod commented 2 months ago

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.