Subject: | Should ignore "private" packages |
This scanner picks up "private" packages that are hidden with the
"package\n Foo::Bar;" convention of putting package on a separate line.
It also picks up packages that have a leading underscore like
"Foo::Bar::_internal::Whatever".
Both of those should not be reported in provides. Ideally that would be
the default behavior, but an option to do so would be acceptable as well.
Thanks!
David