Dear Monks,
Is there any (script|module|etc.) which reads a Perl script and complains about every module being used in the source but not imported using "use Module;"?
Sample:
use My::Foo; # Foo is using My::Bar $x = My::Bar->new;
Perl will run this source without complaining - until every usage of My::Bar and the "use My::Bar" are removed from Foo.pm.
Thanks
In reply to Check if all used modules are use'ed by Sewi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |