
Dist::zilla::util::configdumper contains a utility function for use within the dist::zilla plugin ecosystem, to simplify extraction of plugin settings for plugin authors, in order for plugins like dist::zilla::plugin::metaconfig to expose those values to consumers.
primarily, it specializes in:
* making propagating configuration from the plugins inheritance
hierarchy nearly foolproof.
* providing simple interfaces to extract values of lists of named
methods or accessors
* providing a way to intelligently and easily probe the value of lazy
attributes without triggering their vivification.