App-Easer
view release on metacpan or search on metacpan
docs/docs/40-command-options.md view on Meta::CPAN
],
};
```
The `merge` key supports the resolution mechanism that is pervasive in
[App::Easer][].
The new merging function(s) must support the following signature:
```perl
sub new_merger_default(@list_of_hash_references) { ... }
```
where the input array is the list of hash references to merge, provided
in the same order as the `sources` (but possibly not all of them,
because sources are processed in order).
It is important to consider that the `+Default` source provides a hash
where all the keys are prefixed with the string `//=`, like in this
example:
( run in 0.878 second using v1.01-cache-2.11-cpan-65fba6d93b7 )