in reply to Re^4: Can't locate File::Find::Rule in @INC
in thread Can't locate File::Find::Rule in @INC

If the lines above work, it is found!
perl -MFile::Find::Rule -e '$,="\n";print File::Find::Rule->directory- +>in( "." )'
Boris