errors complaining that Test/More.pm isn't there, even though it's clearly installed at /usr/local/lib/perl5/5.6.2/Test/More.pm
Yes, but /usr/local/lib/perl5/5.6.2/ is NOT in your @INC. Perl is only looking in perl5/5.6.1/ and perl5/5.005/
Perhaps you need to sort out perl versions.