Subject: | ConfigSlicer can't append multiple values to a config |
I just tried to do this:
[@Author::ETHER]
AutoPrereqs.skip[] = ^Foo
AutoPrereqs.skip[] = ^Bar$
And got this error:
multiple values given for property AutoPrereqs.skip[] in section @Author::ETHER at /Users/ether/.perlbrew/libs/19.1@std/lib/perl5/Config/MVP/Assembler.pm line 98.
Since mvp_multivalue_args needs to contain all the possible multivalue config
names, we can interrogate all their plugins for these and return the whole
list.
(patch probably coming up, after I get this working directly in my
pluginbundle.)