The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Release history for Dist-Zilla-Util-ConfigDumper

0.003002 2014-08-29T10:02:14Z
 [Bugfix]
 - Avoid no-build-dir fails.

 [Dependencies::Stats]
 - Dependencies changed since 0.003001, see misc/*.deps* for details
 - test: ↑1

0.003001 2014-08-27T22:48:37Z
 [Bugfix]
 - use instance->meta->find_attribute_by_name().
 - because: PACKAGE-> can't be used because roles don't work
 - because: dumpconfig( __PACKAGE__ , attrs ... ) assumes that the instance will have the attr
 - because: $instance->get_attribute() doesn't trace inheritance.

0.003000 2014-08-23T14:08:57Z
 [00 Major]
 - Add dump_plugin utility for deep nested "I want to pretend I'm dzil" stuff.

0.002001 2014-08-22T18:38:02Z
 [Bugfix]
 - Seems Roles don't like ->meta->get_attribute being used for anything, so early attribute sanity checking options
   were misguided.

0.002000 2014-08-22T17:52:30Z
 [00 Major]
 - now supports coderefs
 - now supports hashrefs depicting true attributes
 - Moose plumbing internals for attributes.

 [Dependencies::Stats]
 - Dependencies changed since 0.001000, see misc/*.deps* for details
 - runtime: +1

0.001000 2014-08-22T14:16:22Z
 - First version.