allow user to set qualify_objects to false
authorAndré Walker <andre@andrewalker.net>
Thu, 6 Sep 2012 02:43:07 +0000 (23:43 -0300)
committerRafael Kitover <rkitover@cpan.org>
Thu, 6 Sep 2012 03:23:48 +0000 (23:23 -0400)
commit9890b10ce0d06d1f4ba1ded6cdb7e130768bf487
treef1dd9aa623f4717ddfe417bc47f7a5fc3393e810
parent533d98c061845dd1d49e6ff94f7acee618b23764
allow user to set qualify_objects to false

The qualify_objects attribute in the DBIx::Class::Schema::Loader::Base
was automatically set to true when there were multiple db_schema's, even
if the user explicitly set it to false. This changes that behaviour,
allowing more flexibility on prefixing the names.
Changes
lib/DBIx/Class/Schema/Loader.pm
lib/DBIx/Class/Schema/Loader/Base.pm
t/23dumpmore.t