in reply to Carp::Heavy and Text::xSV

I see this error too. I do not know the reason, but a workaround that worked for me is:
# Add this near the top of your script. # The idea is to load it before the error happens require Carp::Heavy;
Boris