I would assume that Module::Scandeps can do that. Alternatively, if you are worried about implicit loading of modules, I would just grep for everything that looks like a class name (/\b(\w+(?:'|::)(?:\w+(?:'|::)?)*/), and see where else that shows up. Note that use $module isn't sufficient, as there are many other "loader-style" modules, like if.
In reply to Re: Check if all used modules are use'ed
by Corion
in thread Check if all used modules are use'ed
by Sewi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |