Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 587 Bytes

avoid_issues_with_metayml_with_module_install.md

File metadata and controls

17 lines (10 loc) · 587 Bytes

Avoid issues with META.yml with Module::Install

Some distributions using Module::Install have issues with the META.yml not being updated to reflect the actual distribution, like version number etc.

This can be avoided by setting the Module::Install integration in author mode.

This is accomplished by adding the directory: .author to inc/.

$ mkdir inc/.author

Resources and References