in reply to Module libraries

It isn't there because:

  1. you didn't install it with perl Makefile.PL; make; make install
  2. you did do the above but you don't have permissions to install into @INC (since you installed later on, perhaps when you did the installation you weren't running with proper permissions?).
  3. the module's makefile is broken (EXTREMELY unlikely).