Subject: | perl-reversion broken with latest File::Slurp |
The script uses read_file in list context and expects a scalar to be
returned, but File::Slurp returns a list. I'm not sure how this ever
worked, but it doesn't now. The fix is simple, "scalar read_file ..."