Subject: | No way to suppress the default printing of dependencies |
There's no way to suppress the printing of the dependency information table.
If you decide to do your own processing of the information, using ModulesList() function,
then even if you print out your own summary (or save to a file), then you still get the
default output.
It would be good to have an option to turn this off. For example:
use Module::PrintUsed ':silent';
Cheers,
Neil