Changes for version 0.000_915 - 2021-02-08
- Unrecognized arguments to new() raise an exception
Changes for version 0.000_914 - 2021-02-07
- Add new() argument 'uses'. Modules specified with 'uses' are presumed by all_prereqs_used() to have been used, even if no use of them was found.
Changes for version 0.000_913 - 2021-02-07
- Delete eg/prereq.t. Instead, refer to t/prereq.t
- Add method all_prereqs_used() which gets called after all code prerequisites have been analyzed.
- Diagnostic if 'accept' entry is prerequisite.
- Add --accepts option to eg/test-prereq-meta
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.