Sorry about my original post. My misunderstanding on a couple of fronts, so i'll clarify what I wanted and where I stand corrected.
Was trying to get File::Find::Rule.
Went the Files::Find page on CPAN and hit download
1) Thinking that any package under Find::File would be downloaded. I.e. File::Find::*, including Rule.
I now know that the Rule package resides in the File::Find namespace? (if that word applies here), but has to be gotten individually.
2) Clicking on download, I got was perl.5.26 which was confusing to me. So now I know that File::Find is packaged with Perl, hence I got the entire Perl package. I.e. a core package.
I know better now