Changes for version v0.5.0 - 2016-11-21

  • **BREAKING CHANGE** `Manifest::Read` file finder now returns the *complete* list of all the manifested files, including the files which are not going to the distribution (files with `-` mark). Replace `Manifest::Read` with `Manifest::Read/:AllFiles` to keep your code working.
  • All the sub-finders now have colon in name to better mimic standard `Dist::Zilla` finders, e. g.: `Manifest::Read/:AllFiles`, `Manifest::Read/:InstallModules`. Old finders (e. g. `Manifest::Read/AllFiles`) are also available but will be removed in future.
  • Few more file finders added: `:IncModules`, `:NoFiles`, `:ShareFiles`.

Documentation

Manifest::Read plugin user manual

Modules

Read annotated source manifest