til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

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