Something in your INC path is missing the correct permissions for your user. For security reasons perl stops scanning @INC at that point rather than processing any remaining directories. So you'll most likely find that strict.pm is indeed installed, but permissions have been screwed. This often happens when the PERL5LIB env var is set and is pointing to somewhere weird like /root/lib
Dave.