Subject: | Allow multiple array append values |
Currently this is forbidden:
[@MyBundle] ; bundle that uses Dist::Zilla::Role::PluginBundle::Config::Slicer
GatherDir.exclude_filename[] = tags
GatherDir.exclude_filename[] = dist.ini
The error:
multiple values given for property GatherDir.exclude_filename[] in section @MyBundle at ...
Instead, multiple values should be allowed for array append (/.*\[\]$/).
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
[@MyBundle] ; bundle that uses Dist::Zilla::Role::PluginBundle::Config::Slicer
GatherDir.exclude_filename[] = tags
GatherDir.exclude_filename[] = dist.ini
The error:
multiple values given for property GatherDir.exclude_filename[] in section @MyBundle at ...
Instead, multiple values should be allowed for array append (/.*\[\]$/).
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/