Subject: | Includes itself in the output |
When using your module from the command-line, for example with:
% perl -MModule::PrintUsed http-client.pl
Then Module::PrintUsed is included in the output.
Obviously you've got no way of knowing whether the user's code also used Module::PrintUsed,
but in general I think other modules are unlikely to use your module, so I think a more sensible
default behaviour would be to take Module::PrintUsed out of the dependency list.
Cheers,
Neil