-
-
21 Nov 2016 19:20:17 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone hg repository
- Issues (0)
- Testers
- Kwalitee
Bus factor: 0- 94.24% Coverage
- License: gpl_3
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (35.8KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Van de Bugger
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 manualModules
Read annotated source manifestModule Install Instructions
To install Dist::Zilla::Plugin::Manifest::Read, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Manifest::Read
perl -MCPAN -e shell install Dist::Zilla::Plugin::Manifest::Read
For more information on module installation, please visit the detailed CPAN module installation guide.