fix uninitialized warning
authorRafael Kitover <rkitover@cpan.org>
Fri, 28 Oct 2011 17:05:25 +0000 (13:05 -0400)
committerRafael Kitover <rkitover@cpan.org>
Fri, 28 Oct 2011 17:05:25 +0000 (13:05 -0400)
commita2c2cf690af396866dda4e981b24f8e0aa55a8ab
tree5a74d4a56a1facb94f763a7867af021f2957eaf9
parentd3b8acfc9d64708b7a0dc251ec0241e3285d2959
fix uninitialized warning

Change the temporary loader used to extract the schema_base_class and
schema_components to be created with the schema => $self arg, so the
constructor (and _check_back_compat) can read the Schema.pm.
lib/DBIx/Class/Schema/Loader.pm