You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't scan module content ourselves to detect packages
Module::Metadata, Parse::PMFile, or provides metadata already tell us
what modules exist in a file. They will not include packages hidden
using the "hide from PAUSE" trick. This was possibly needed based on
other metadata mishandling.
Some of the tests were relying on this behavior and have been removed.
They were expecting the data provided in the test to be overridden by
the additional package check, but the module list would never have been
given to them in our indexing code.
0 commit comments