fixup
[dbsrgits/DBIx-Class.git] / t / lib / ViewDeps.pm
index 6c3a311..c00d347 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use base 'DBIx::Class::Schema';
 
-__PACKAGE__->load_namespaces;
+__PACKAGE__->load_namespaces(lazy => 1);
 
 sub sqlt_deploy_hook {
     my $self = shift;