it was not apparent to me that dump_directory belongs into the
loader_options section, so make it obvious in the example
# dbic loader options
<loader_options>
- components InflateColumn::DateTime
- components TimeStamp
+ dump_directory ./lib
+ components InflateColumn::DateTime
+ components TimeStamp
</loader_options>
Using a config file requires L<Config::Any> installed.