in reply to Local CPAN modules

What problem are you trying to solve? Modules that require others to be installed before they will install? There are very few of these and most are obvious (e.g. DBD::mysql requires DBI).

If you just want to know if you got all the dependencies, there are multiple tools on CPAN for determining module dependencies, like Module-ScanDeps.