add attribution for alnewkirk, mention force_ascii
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader.pm
index e826c66..5a273ed 100644 (file)
@@ -236,6 +236,8 @@ sub connection {
     my $temp_loader = DBIx::Class::Schema::Loader::Base->new(
         %{ $self->_loader_args },
         schema => $self,
+        naming => 'current',
+        use_namespaces => 1,
     );
 
     if ($temp_loader->schema_base_class || $temp_loader->schema_components) {
@@ -567,7 +569,7 @@ spb: Stephen Bennett <spb@exherbo.org>
 
 Matias E. Fernandez <mfernandez@pisco.ch>
 
-Al Newkirk <awncorp@cpan.org>
+alnewkirk: Al Newkirk <awncorp@cpan.org>
 
 ... and lots of other folks. If we forgot you, please write the current
 maintainer or RT.