add -I option to dbicdump
authorRafael Kitover <rkitover@cpan.org>
Mon, 31 Oct 2011 13:50:43 +0000 (09:50 -0400)
committerRafael Kitover <rkitover@cpan.org>
Mon, 31 Oct 2011 13:54:06 +0000 (09:54 -0400)
commit112415f1a0c30d7fb77412b91da7890e54b43393
tree5c602fdc461dc689758849fe0cdaf4aa0608e2d0
parentffe289c93235834aac8e8c59afbbd585ed3015d5
add -I option to dbicdump

Add an -I option to dbicdump to add things to @INC during the dump, like
perl's -I option (see perldoc perlrun.)

For the config file dbicdump format, add the 'lib' key that is the
equivalent of the -I option.

Add error checking to ::Utils slurp_file and write_file subs in the open
calls.

Add alnewkirk to list of CONTRIBUTORS for dbicdump.
Changes
lib/DBIx/Class/Schema/Loader/Utils.pm
script/dbicdump
t/60dbicdump_config.t
t/65dbicdump_invocations.t [new file with mode: 0644]