in reply to Can't locate File::Find::Rule in @INC

Perhaps you have more as one perl installed?
Boris
  • Comment on Re: Can't locate File::Find::Rule in @INC

Replies are listed 'Best First'.
Re^2: Can't locate File::Find::Rule in @INC
by Anonymous Monk on Oct 27, 2004 at 12:59 UTC
    which perl gives /usr/bin/perl only
      try:
      perl -MCPAN -e'install File::Find::Rule' perl -MFile::Find::Rule -e'print $INC{"File/Find/Rule.pm"}' /usr/bin/perl -MFile::Find::Rule -e'print $INC{"File/Find/Rule.pm"}'
      Check your PER5LIB env var.
      Try it as the same user that runs the cpan shell.
      Boris
        /usr/lib/perl5/site_perl/5.8.0/File/Find/Rule.pmbslin03:/usr/lib/perl5 +/5.8.0/i586-linux-thread-multi
        this is the output from those above commands