Why do I see lint warnings with File::Copy and File::Path but I don't see any warnings for my own personal module (bar.pm)? According to the B::Lint manpage (see the -u option) "Normally, Lint only checks the main code of the program together with all subs defined in package main." So, I wouldn't expect any warnings on File::Copy and File::Path, or I would expect warnings for all modules, right??