config file support for dbicdump script
authorAl Newkirk <we@ana.im>
Tue, 26 Jul 2011 07:39:52 +0000 (03:39 -0400)
committerRafael Kitover <rkitover@cpan.org>
Sun, 7 Aug 2011 11:40:47 +0000 (07:40 -0400)
commit07f39b47394cb2c5e11a7ded6cbe974d9f50cfe5
treeca9a99b6479ea17e335ef2fcf8191fe85efd3ae7
parent4c21acfd82cf4cfd74d60d3aa11fcd7d8712e436
config file support for dbicdump script

Changes dbicdump so that if only one parameter is given it is used as
the config file loaded with Config::Any. The config file must have the
keys schema_class and connect_info, and optionally loader_options.
lib/DBIx/Class/Schema/Loader.pm
script/dbicdump