Can't locate Error.pm in @INC fix
Went to do a git-remote today on a new server at the office and got a funky Perl error that was about thirty lines long and started with:
Can't locate Error.pm in @INC
This is on Fedora 8 (yes, it's been EOL'd), but if you run into this issue, get the perl-Error package (since we're Fedora, it was a yum install perl-Error away) and you're set!
(Shamelessly poached from this bug report)