Dear all, due to some personal preferences, I do not use Tk anymore, however I do use Tcl::Tk (which is essentially the same)
Due to twisted nature of Tk Module::ScanDeps has some heuristic to deal with it, which appears to give false positive in my case. Output of scandeps-e "use Tcl::Tk" is very similar to output of the "use Tk" case. Whereas it should be same as output for scandeps.bat -e "use Tcl" (except it should contain one more line) E:\perl584\site\lib\Module>scandeps.bat -e "use Tcl" 'Tcl' => '0.89', 'Carp::Heavy' => '1.02', 'Exporter' => '5.58', 'Thread' => '2.00', 'AutoLoader' => '5.60', 'Config' => 'undef', 'Exporter::Heavy' => '5.58', 'Text::ParseWords' => '3.21', 'XSLoader' => '0.02', 'List::Util' => '1.13', 'Carp' => '1.02', 'DynaLoader' => '1.05', 'overload' => '1.01', 'strict' => '1.03', 'vars' => '1.01', 're' => '0.04', 'threads::shared' => '0.92', 'File::Glob' => '1.02', 'Scalar::Util' => '1.13', 'Term::Cap' => '1.08', 'warnings' => '1.03', 'warnings::register' => '1.00', Please help me in resolving this. Thanks in advance, Vadim.