On Fri, Jun 9, 2017 at 3:11 PM, Hunter Jozwiak via arch-general <arch-general@xxxxxxxxxxxxx> wrote: > I got bit by Perl this morning after I did an update. I got an error > about having a handshake error with ListUtil.c, and I don't know how to > resolve this error. If you have a ~/perl5/lib from using CPAN, files using the wrong Perl version in there may also be causing this error; try: “mv ~/perl5/lib{,-bak}” to see if this is the cause. If this doesn't work, you can easily revert the change with: “mv ~/perl5/lib{-bak,}” -- Joey Pabalinas <alyptik@xxxxxxxxxxxxxx>