Changes for version 0.000_912 - 2021-02-06

  • Base provided modules on .pm files in MANIFEST because Module::Metadata->provides() strains out private modules. This is the correct behavior for CPAN indexing, but if private modules are in fact used, this module needs to know that they are provided. This means I no longer need to grovel though the no_index metadata.

Changes for version 0.000_911 - 2021-02-05

  • Pick up modules from the no_index metadata, since presumably they come with the distro and therefore do not need to be declared as dependencies.

Changes for version 0.000_91 - 2021-02-03

  • Add new() argument 'file_error'. This is a test name template to be used if Module::Extract::Use failed to process the given file.
  • Require Module::Extract::Use 1.045 because in that version get_modules_with_details() returns an array reference even if no 'use' or 'require' statements were found.

Changes for version 0.000_90 - 2021-02-01

  • Initial release to CPAN

Modules

Test distribution prerequisites against CPAN meta data file.